Html Css Color HEX #6120AC Purple Heart

📋 copy color: '#6120AC'

red 97 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #6120AC

Tints of Purple Heart #6120AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 32.23%
G = 10.63%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6120AC (or 0x6120AC) is known color: Purple Heart. HEX triplet: 61, 20 and AC. RGB value is (97,32,172). Sum of RGB (Red+Green+Blue) = 97+32+172=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #6120AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6120AC is #9EDF53. Grayscale: #424242. Windows color (decimal): -10411860 or 11280481. OLE color: 11280481.

HSL color Cylindrical-coordinate representation of color #6120AC: hue angle of 267.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6120AC is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 32 172 -
CMYK 0.44 0.81 0 0.33
HSL 267.86º 0.69% 0.4% -
HSV(B) 267.86º 0.81% 0.67% -
XYZ 12.89 6.55 39.62 -
YUV 67.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 97 32 172 0.44 0.81 0 0.33 267.86 0.69 0.4
Hex 61 20 AC 2C 51 0 21 10C 45 28
Octal 141 40 254 54 121 0 41 414 105 50
Binary 1100001 100000 10101100 101100 1010001 0 100001 100001100 1000101 101000

Color Harmonies of #6120AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120AC

Black with #6120AC

Text Example


Text Example

White with #6120AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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