Html Css Color HEX #6120B6 Purple Heart

📋 copy color: '#6120B6'

red 97 ◦ green 32 ◦ blue 182

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

Shades of Purple Heart #6120B6

Tints of Purple Heart #6120B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 31.19%
G = 10.29%
B = 58.52%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6120B6 (or 0x6120B6) is known color: Purple Heart. HEX triplet: 61, 20 and B6. RGB value is (97,32,182). Sum of RGB (Red+Green+Blue) = 97+32+182=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #6120B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120B6 is #9EDF49. Grayscale: #444444. Windows color (decimal): -10411850 or 11935841. OLE color: 11935841.

HSL color Cylindrical-coordinate representation of color #6120B6: hue angle of 266º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6120B6 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 32 182 -
CMYK 0.47 0.82 0 0.29
HSL 266º 0.7% 0.42% -
HSV(B) 266º 0.82% 0.71% -
XYZ 13.89 6.95 44.87 -
YUV 68.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 97 32 182 0.47 0.82 0 0.29 266 0.7 0.42
Hex 61 20 B6 2F 52 0 1D 10A 46 2A
Octal 141 40 266 57 122 0 35 412 106 52
Binary 1100001 100000 10110110 101111 1010010 0 11101 100001010 1000110 101010

Color Harmonies of #6120B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120B6

Black with #6120B6

Text Example


Text Example

White with #6120B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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