Html Css Color HEX #652496 Royal Purple

📋 copy color: '#652496'

red 101 ◦ green 36 ◦ blue 150

#652496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #652496

Tints of Royal Purple #652496

RGB

 RED value IS 101 (39.84% from 255) = 35.19%

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 35.19%
G = 12.54%
B = 52.26%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652496 (or 0x652496) is known color: Royal Purple. HEX triplet: 65, 24 and 96. RGB value is (101,36,150). Sum of RGB (Red+Green+Blue) = 101+36+150=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #652496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652496 is #9ADB69. Grayscale: #444444. Windows color (decimal): -10148714 or 9839717. OLE color: 9839717.

HSL color Cylindrical-coordinate representation of color #652496: hue angle of 274.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652496 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 36 150 -
CMYK 0.33 0.76 0 0.41
HSL 274.21º 0.61% 0.36% -
HSV(B) 274.21º 0.76% 0.59% -
XYZ 11.5 6.23 29.45 -
YUV 68.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 101 36 150 0.33 0.76 0 0.41 274.21 0.61 0.36
Hex 65 24 96 21 4C 0 29 112 3D 24
Octal 145 44 226 41 114 0 51 422 75 44
Binary 1100101 100100 10010110 100001 1001100 0 101001 100010010 111101 100100

Color Harmonies of #652496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652496

Black with #652496

Text Example


Text Example

White with #652496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652496; }

 p { color: rgb(101,36,150); }

 H1.HeaderClassName
 {
   color: #652496;
 }
 .AnyTagClassName
 {
   color: #652496;
 }
</style>

background-color css

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

 a { background-color: rgb(101,36,150); }

 div.DivClassName
 {
   background-color: #652496;
 }
 .BgClassName
 {
   background-color: #652496;
 }
</style>

border-color css

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

 span { border-color: rgb(101,36,150); }

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