Html Css Color HEX #6036A6 Royal Purple

📋 copy color: '#6036A6'

red 96 ◦ green 54 ◦ blue 166

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

Shades of Royal Purple #6036A6

Tints of Royal Purple #6036A6

RGB

 RED value IS 96 (37.89% from 255) = 30.38%

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 166 (65.23% from 255) = 52.53%

R = 30.38%
G = 17.09%
B = 52.53%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6036A6 (or 0x6036A6) is known color: Royal Purple. HEX triplet: 60, 36 and A6. RGB value is (96,54,166). Sum of RGB (Red+Green+Blue) = 96+54+166=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 166 (65.23% from 255 or 52.53% from 316); Max value from RGB is 166 - color contains mainly: blue. Hex color #6036A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6036A6 is #9FC959. Grayscale: #4E4E4E. Windows color (decimal): -10471770 or 10892896. OLE color: 10892896.

HSL color Cylindrical-coordinate representation of color #6036A6: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6036A6 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 54 166 -
CMYK 0.42 0.67 0 0.35
HSL 262.5º 0.51% 0.43% -
HSV(B) 262.5º 0.67% 0.65% -
XYZ 13.03 7.88 36.91 -
YUV 79.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 96 54 166 0.42 0.67 0 0.35 262.5 0.51 0.43
Hex 60 36 A6 2A 43 0 23 106 33 2B
Octal 140 66 246 52 103 0 43 406 63 53
Binary 1100000 110110 10100110 101010 1000011 0 100011 100000110 110011 101011

Color Harmonies of #6036A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6036A6

Black with #6036A6

Text Example


Text Example

White with #6036A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6036A6; }

 p { color: rgb(96,54,166); }

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

background-color css

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

 a { background-color: rgb(96,54,166); }

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

border-color css

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

 span { border-color: rgb(96,54,166); }

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