Html Css Color HEX #6120DD Purple Heart

📋 copy color: '#6120DD'

red 97 ◦ green 32 ◦ blue 221

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

Shades of Purple Heart #6120DD

Tints of Purple Heart #6120DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 27.71%
G = 9.14%
B = 63.14%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6120DD (or 0x6120DD) is known color: Purple Heart. HEX triplet: 61, 20 and DD. RGB value is (97,32,221). Sum of RGB (Red+Green+Blue) = 97+32+221=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #6120DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120DD is #9EDF22. Grayscale: #484848. Windows color (decimal): -10411811 or 14491745. OLE color: 14491745.

HSL color Cylindrical-coordinate representation of color #6120DD: hue angle of 260.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6120DD is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 32 221 -
CMYK 0.56 0.86 0 0.13
HSL 260.63º 0.75% 0.5% -
HSV(B) 260.63º 0.86% 0.87% -
XYZ 18.5 8.79 69.13 -
YUV 72.98 211.53 145.13 -
System Red Green Blue C M Y K H S L
Decimal 97 32 221 0.56 0.86 0 0.13 260.63 0.75 0.5
Hex 61 20 DD 38 56 0 D 105 4B 32
Octal 141 40 335 70 126 0 15 405 113 62
Binary 1100001 100000 11011101 111000 1010110 0 1101 100000101 1001011 110010

Color Harmonies of #6120DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120DD

Black with #6120DD

Text Example


Text Example

White with #6120DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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