Html Css Color HEX #6120AB Purple Heart

📋 copy color: '#6120AB'

red 97 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #6120AB

Tints of Purple Heart #6120AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 32.33%
G = 10.67%
B = 57%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6120AB (or 0x6120AB) is known color: Purple Heart. HEX triplet: 61, 20 and AB. RGB value is (97,32,171). Sum of RGB (Red+Green+Blue) = 97+32+171=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6120AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6120AB is #9EDF54. Grayscale: #424242. Windows color (decimal): -10411861 or 11214945. OLE color: 11214945.

HSL color Cylindrical-coordinate representation of color #6120AB: hue angle of 268.06º degrees, saturation: 0.68, 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 #6120AB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 32 171 -
CMYK 0.43 0.81 0 0.33
HSL 268.06º 0.68% 0.4% -
HSV(B) 268.06º 0.81% 0.67% -
XYZ 12.8 6.51 39.11 -
YUV 67.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 97 32 171 0.43 0.81 0 0.33 268.06 0.68 0.4
Hex 61 20 AB 2B 51 0 21 10C 44 28
Octal 141 40 253 53 121 0 41 414 104 50
Binary 1100001 100000 10101011 101011 1010001 0 100001 100001100 1000100 101000

Color Harmonies of #6120AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120AB

Black with #6120AB

Text Example


Text Example

White with #6120AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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