Html Css Color HEX #6022A1 Royal Purple

📋 copy color: '#6022A1'

red 96 ◦ green 34 ◦ blue 161

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

Shades of Royal Purple #6022A1

Tints of Royal Purple #6022A1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

 BLUE value IS 161 (63.28% from 255) = 55.33%

R = 32.99%
G = 11.68%
B = 55.33%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6022A1 (or 0x6022A1) is known color: Royal Purple. HEX triplet: 60, 22 and A1. RGB value is (96,34,161). Sum of RGB (Red+Green+Blue) = 96+34+161=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #6022A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6022A1 is #9FDD5E. Grayscale: #424242. Windows color (decimal): -10476895 or 10560096. OLE color: 10560096.

HSL color Cylindrical-coordinate representation of color #6022A1: hue angle of 269.29º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6022A1 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 34 161 -
CMYK 0.40 0.79 0 0.37
HSL 269.29º 0.65% 0.38% -
HSV(B) 269.29º 0.79% 0.63% -
XYZ 11.83 6.2 34.29 -
YUV 67.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 96 34 161 0.40 0.79 0 0.37 269.29 0.65 0.38
Hex 60 22 A1 28 4F 0 25 10D 41 26
Octal 140 42 241 50 117 0 45 415 101 46
Binary 1100000 100010 10100001 101000 1001111 0 100101 100001101 1000001 100110

Color Harmonies of #6022A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022A1

Black with #6022A1

Text Example


Text Example

White with #6022A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6022A1; }

 p { color: rgb(96,34,161); }

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

background-color css

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

 a { background-color: rgb(96,34,161); }

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

border-color css

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

 span { border-color: rgb(96,34,161); }

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