Html Css Color HEX #6121DC Purple Heart

📋 copy color: '#6121DC'

red 97 ◦ green 33 ◦ blue 220

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

Shades of Purple Heart #6121DC

Tints of Purple Heart #6121DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 27.71%
G = 9.43%
B = 62.86%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6121DC (or 0x6121DC) is known color: Purple Heart. HEX triplet: 61, 21 and DC. RGB value is (97,33,220). Sum of RGB (Red+Green+Blue) = 97+33+220=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #6121DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121DC is #9EDE23. Grayscale: #484848. Windows color (decimal): -10411556 or 14426465. OLE color: 14426465.

HSL color Cylindrical-coordinate representation of color #6121DC: hue angle of 260.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6121DC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 33 220 -
CMYK 0.56 0.85 0 0.14
HSL 260.53º 0.74% 0.5% -
HSV(B) 260.53º 0.85% 0.86% -
XYZ 18.39 8.8 68.44 -
YUV 73.45 210.7 144.79 -
System Red Green Blue C M Y K H S L
Decimal 97 33 220 0.56 0.85 0 0.14 260.53 0.74 0.5
Hex 61 21 DC 38 55 0 E 105 4A 32
Octal 141 41 334 70 125 0 16 405 112 62
Binary 1100001 100001 11011100 111000 1010101 0 1110 100000101 1001010 110010

Color Harmonies of #6121DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121DC

Black with #6121DC

Text Example


Text Example

White with #6121DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6121DC; }

 p { color: rgb(97,33,220); }

 H1.HeaderClassName
 {
   color: #6121DC;
 }
 .AnyTagClassName
 {
   color: #6121DC;
 }
</style>

background-color css

<style>
 a { background-color: #6121DC; }

 a { background-color: rgb(97,33,220); }

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

border-color css

<style>
 span { border-color: #6121DC; }

 span { border-color: rgb(97,33,220); }

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