Html Css Color HEX #6120AF Purple Heart

📋 copy color: '#6120AF'

red 97 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #6120AF

Tints of Purple Heart #6120AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 31.91%
G = 10.53%
B = 57.57%

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

#6120AF (or 0x6120AF) is known color: Purple Heart. HEX triplet: 61, 20 and AF. RGB value is (97,32,175). Sum of RGB (Red+Green+Blue) = 97+32+175=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #6120AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6120AF is #9EDF50. Grayscale: #434343. Windows color (decimal): -10411857 or 11477089. OLE color: 11477089.

HSL color Cylindrical-coordinate representation of color #6120AF: hue angle of 267.27º 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 #6120AF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 32 175 -
CMYK 0.45 0.82 0 0.31
HSL 267.27º 0.69% 0.41% -
HSV(B) 267.27º 0.82% 0.69% -
XYZ 13.18 6.67 41.15 -
YUV 67.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 97 32 175 0.45 0.82 0 0.31 267.27 0.69 0.41
Hex 61 20 AF 2D 52 0 1F 10B 45 29
Octal 141 40 257 55 122 0 37 413 105 51
Binary 1100001 100000 10101111 101101 1010010 0 11111 100001011 1000101 101001

Color Harmonies of #6120AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120AF

Black with #6120AF

Text Example


Text Example

White with #6120AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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