Html Css Color HEX #6120A0 Royal Purple

📋 copy color: '#6120A0'

red 97 ◦ green 32 ◦ blue 160

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

Shades of Royal Purple #6120A0

Tints of Royal Purple #6120A0

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

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

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

R = 33.56%
G = 11.07%
B = 55.36%

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

#6120A0 (or 0x6120A0) is known color: Royal Purple. HEX triplet: 61, 20 and A0. RGB value is (97,32,160). Sum of RGB (Red+Green+Blue) = 97+32+160=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #6120A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6120A0 is #9EDF5F. Grayscale: #414141. Windows color (decimal): -10411872 or 10494049. OLE color: 10494049.

HSL color Cylindrical-coordinate representation of color #6120A0: hue angle of 270.47º 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 #6120A0 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 32 160 -
CMYK 0.39 0.80 0 0.37
HSL 270.47º 0.67% 0.38% -
HSV(B) 270.47º 0.8% 0.63% -
XYZ 11.79 6.11 33.82 -
YUV 66.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 97 32 160 0.39 0.80 0 0.37 270.47 0.67 0.38
Hex 61 20 A0 27 50 0 25 10E 43 26
Octal 141 40 240 47 120 0 45 416 103 46
Binary 1100001 100000 10100000 100111 1010000 0 100101 100001110 1000011 100110

Color Harmonies of #6120A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120A0

Black with #6120A0

Text Example


Text Example

White with #6120A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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