Html Css Color HEX #6120B1 Purple Heart

📋 copy color: '#6120B1'

red 97 ◦ green 32 ◦ blue 177

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

Shades of Purple Heart #6120B1

Tints of Purple Heart #6120B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 57.84%

R = 31.7%
G = 10.46%
B = 57.84%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6120B1 (or 0x6120B1) is known color: Purple Heart. HEX triplet: 61, 20 and B1. RGB value is (97,32,177). Sum of RGB (Red+Green+Blue) = 97+32+177=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #6120B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6120B1 is #9EDF4E. Grayscale: #434343. Windows color (decimal): -10411855 or 11608161. OLE color: 11608161.

HSL color Cylindrical-coordinate representation of color #6120B1: hue angle of 266.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6120B1 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 32 177 -
CMYK 0.45 0.82 0 0.31
HSL 266.9º 0.69% 0.41% -
HSV(B) 266.9º 0.82% 0.69% -
XYZ 13.38 6.75 42.19 -
YUV 67.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 97 32 177 0.45 0.82 0 0.31 266.9 0.69 0.41
Hex 61 20 B1 2D 52 0 1F 10B 45 29
Octal 141 40 261 55 122 0 37 413 105 51
Binary 1100001 100000 10110001 101101 1010010 0 11111 100001011 1000101 101001

Color Harmonies of #6120B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120B1

Black with #6120B1

Text Example


Text Example

White with #6120B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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