Html Css Color HEX #6120DA Purple Heart

📋 copy color: '#6120DA'

red 97 ◦ green 32 ◦ blue 218

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

Shades of Purple Heart #6120DA

Tints of Purple Heart #6120DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 27.95%
G = 9.22%
B = 62.82%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6120DA (or 0x6120DA) is known color: Purple Heart. HEX triplet: 61, 20 and DA. RGB value is (97,32,218). Sum of RGB (Red+Green+Blue) = 97+32+218=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #6120DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120DA is #9EDF25. Grayscale: #474747. Windows color (decimal): -10411814 or 14295137. OLE color: 14295137.

HSL color Cylindrical-coordinate representation of color #6120DA: hue angle of 260.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6120DA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 32 218 -
CMYK 0.56 0.85 0 0.15
HSL 260.97º 0.74% 0.49% -
HSV(B) 260.97º 0.85% 0.85% -
XYZ 18.1 8.64 67.04 -
YUV 72.64 210.03 145.38 -
System Red Green Blue C M Y K H S L
Decimal 97 32 218 0.56 0.85 0 0.15 260.97 0.74 0.49
Hex 61 20 DA 38 55 0 F 105 4A 31
Octal 141 40 332 70 125 0 17 405 112 61
Binary 1100001 100000 11011010 111000 1010101 0 1111 100000101 1001010 110001

Color Harmonies of #6120DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120DA

Black with #6120DA

Text Example


Text Example

White with #6120DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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