Html Css Color HEX #602CA6 Royal Purple

📋 copy color: '#602CA6'

red 96 ◦ green 44 ◦ blue 166

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

Shades of Royal Purple #602CA6

Tints of Royal Purple #602CA6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

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

R = 31.37%
G = 14.38%
B = 54.25%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#602CA6 (or 0x602CA6) is known color: Royal Purple. HEX triplet: 60, 2C and A6. RGB value is (96,44,166). Sum of RGB (Red+Green+Blue) = 96+44+166=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 166 (65.23% from 255 or 54.25% from 306); Max value from RGB is 166 - color contains mainly: blue. Hex color #602CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602CA6 is #9FD359. Grayscale: #494949. Windows color (decimal): -10474330 or 10890336. OLE color: 10890336.

HSL color Cylindrical-coordinate representation of color #602CA6: hue angle of 265.57º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602CA6 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 44 166 -
CMYK 0.42 0.73 0 0.35
HSL 265.57º 0.58% 0.41% -
HSV(B) 265.57º 0.73% 0.65% -
XYZ 12.61 7.04 36.77 -
YUV 73.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 96 44 166 0.42 0.73 0 0.35 265.57 0.58 0.41
Hex 60 2C A6 2A 49 0 23 10A 3A 29
Octal 140 54 246 52 111 0 43 412 72 51
Binary 1100000 101100 10100110 101010 1001001 0 100011 100001010 111010 101001

Color Harmonies of #602CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CA6

Black with #602CA6

Text Example


Text Example

White with #602CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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