#65189A

Color #65189A Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #65189A

Tints of Royal Purple #65189A

Color information

#65189A (or 0x65189A) is unknown color: approx Royal Purple. HEX triplet: 65, 18 and 9A. RGB value is (101,24,154). Sum of RGB (Red+Green+Blue) = 101+24+154=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #65189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65189A is #9AE765. Grayscale: #3D3D3D. Windows color (decimal): -10151782 or 10098789. OLE color: 10098789.

HSL color Cylindrical-coordinate representation of color #65189A: hue angle of 275.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65189A is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10124154-
CMYK0.340.8400.40
HSL275.54º73.03%34.9%-
HSV(B)275.54º84.42%60.39%-
XYZ11.535.7531.07-
YUV61.84180.01155.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=36.20%
G=8.60%
B=55.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101241540.340.8400.40275.5473.0334.9
Hex65189A22540281144923
Octal145302324212405042411143
Binary11001011100010011010100010101010001010001000101001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65189A; }

 p { color: rgb(101,24,154); }

 H1.HeaderClassName
 {
   color: #65189A;
 }
 .AnyTagClassName
 {
   color: #65189A;
 }
</style>
background-color css

<style>
 a { background-color: #65189A; }

 a { background-color: rgb(101,24,154); }

 div.DivClassName
 {
   background-color: #65189A;
 }
 .BgClassName
 {
   background-color: #65189A;
 }
</style>
border-color css

<style>
 span { border-color: #65189A; }

 span { border-color: rgb(101,24,154); }

 td.TdClassName
 {
   border-color: #65189A;
 }
 .TagClassName
 {
   border-color: #65189A;
 }
</style>