Html Css Color HEX #601EA2 Royal Purple

📋 copy color: '#601EA2'

red 96 ◦ green 30 ◦ blue 162

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

Shades of Royal Purple #601EA2

Tints of Royal Purple #601EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

 BLUE value IS 162 (63.67% from 255) = 56.25%

R = 33.33%
G = 10.42%
B = 56.25%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#601EA2 (or 0x601EA2) is known color: Royal Purple. HEX triplet: 60, 1E and A2. RGB value is (96,30,162). Sum of RGB (Red+Green+Blue) = 96+30+162=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #601EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601EA2 is #9FE15D. Grayscale: #404040. Windows color (decimal): -10477918 or 10624608. OLE color: 10624608.

HSL color Cylindrical-coordinate representation of color #601EA2: hue angle of 270º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601EA2 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 30 162 -
CMYK 0.41 0.81 0 0.36
HSL 270º 0.69% 0.38% -
HSV(B) 270º 0.81% 0.64% -
XYZ 11.81 6.02 34.72 -
YUV 64.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 96 30 162 0.41 0.81 0 0.36 270 0.69 0.38
Hex 60 1E A2 29 51 0 24 10E 45 26
Octal 140 36 242 51 121 0 44 416 105 46
Binary 1100000 11110 10100010 101001 1010001 0 100100 100001110 1000101 100110

Color Harmonies of #601EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EA2

Black with #601EA2

Text Example


Text Example

White with #601EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601EA2; }

 p { color: rgb(96,30,162); }

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

background-color css

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

 a { background-color: rgb(96,30,162); }

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

border-color css

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

 span { border-color: rgb(96,30,162); }

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