Html Css Color HEX #653396 Royal Purple

📋 copy color: '#653396'

red 101 ◦ green 51 ◦ blue 150

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

Shades of Royal Purple #653396

Tints of Royal Purple #653396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 33.44%
G = 16.89%
B = 49.67%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#653396 (or 0x653396) is known color: Royal Purple. HEX triplet: 65, 33 and 96. RGB value is (101,51,150). Sum of RGB (Red+Green+Blue) = 101+51+150=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #653396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653396 is #9ACC69. Grayscale: #4C4C4C. Windows color (decimal): -10144874 or 9843557. OLE color: 9843557.

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

Color convert

RGB 101 51 150 -
CMYK 0.33 0.66 0 0.41
HSL 270.3º 0.49% 0.39% -
HSV(B) 270.3º 0.66% 0.59% -
XYZ 12.06 7.34 29.63 -
YUV 77.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 101 51 150 0.33 0.66 0 0.41 270.3 0.49 0.39
Hex 65 33 96 21 42 0 29 10E 31 27
Octal 145 63 226 41 102 0 51 416 61 47
Binary 1100101 110011 10010110 100001 1000010 0 101001 100001110 110001 100111

Color Harmonies of #653396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653396

Black with #653396

Text Example


Text Example

White with #653396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653396; }

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

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

background-color css

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

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

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

border-color css

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

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

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