Html Css Color HEX #6024A5 Royal Purple

📋 copy color: '#6024A5'

red 96 ◦ green 36 ◦ blue 165

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

Shades of Royal Purple #6024A5

Tints of Royal Purple #6024A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.56%

R = 32.32%
G = 12.12%
B = 55.56%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6024A5 (or 0x6024A5) is known color: Royal Purple. HEX triplet: 60, 24 and A5. RGB value is (96,36,165). Sum of RGB (Red+Green+Blue) = 96+36+165=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #6024A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024A5 is #9FDB5A. Grayscale: #444444. Windows color (decimal): -10476379 or 10822752. OLE color: 10822752.

HSL color Cylindrical-coordinate representation of color #6024A5: hue angle of 267.91º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6024A5 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 36 165 -
CMYK 0.42 0.78 0 0.35
HSL 267.91º 0.64% 0.39% -
HSV(B) 267.91º 0.78% 0.65% -
XYZ 12.25 6.47 36.2 -
YUV 68.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 96 36 165 0.42 0.78 0 0.35 267.91 0.64 0.39
Hex 60 24 A5 2A 4E 0 23 10C 40 27
Octal 140 44 245 52 116 0 43 414 100 47
Binary 1100000 100100 10100101 101010 1001110 0 100011 100001100 1000000 100111

Color Harmonies of #6024A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024A5

Black with #6024A5

Text Example


Text Example

White with #6024A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6024A5; }

 p { color: rgb(96,36,165); }

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

background-color css

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

 a { background-color: rgb(96,36,165); }

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

border-color css

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

 span { border-color: rgb(96,36,165); }

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