Html Css Color HEX #6220A0 Royal Purple

📋 copy color: '#6220A0'

red 98 ◦ green 32 ◦ blue 160

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

Shades of Royal Purple #6220A0

Tints of Royal Purple #6220A0

RGB

 RED value IS 98 (38.67% from 255) = 33.79%

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 160 (62.89% from 255) = 55.17%

R = 33.79%
G = 11.03%
B = 55.17%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6220A0 (or 0x6220A0) is known color: Royal Purple. HEX triplet: 62, 20 and A0. RGB value is (98,32,160). Sum of RGB (Red+Green+Blue) = 98+32+160=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #6220A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6220A0 is #9DDF5F. Grayscale: #414141. Windows color (decimal): -10346336 or 10494050. OLE color: 10494050.

HSL color Cylindrical-coordinate representation of color #6220A0: hue angle of 270.94º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6220A0 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 32 160 -
CMYK 0.39 0.80 0 0.37
HSL 270.94º 0.67% 0.38% -
HSV(B) 270.94º 0.8% 0.63% -
XYZ 11.9 6.17 33.82 -
YUV 66.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 98 32 160 0.39 0.80 0 0.37 270.94 0.67 0.38
Hex 62 20 A0 27 50 0 25 10F 43 26
Octal 142 40 240 47 120 0 45 417 103 46
Binary 1100010 100000 10100000 100111 1010000 0 100101 100001111 1000011 100110

Color Harmonies of #6220A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220A0

Black with #6220A0

Text Example


Text Example

White with #6220A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6220A0; }

 p { color: rgb(98,32,160); }

 H1.HeaderClassName
 {
   color: #6220A0;
 }
 .AnyTagClassName
 {
   color: #6220A0;
 }
</style>

background-color css

<style>
 a { background-color: #6220A0; }

 a { background-color: rgb(98,32,160); }

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

border-color css

<style>
 span { border-color: #6220A0; }

 span { border-color: rgb(98,32,160); }

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