Html Css Color HEX #6121DA Purple Heart

📋 copy color: '#6121DA'

red 97 ◦ green 33 ◦ blue 218

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

Shades of Purple Heart #6121DA

Tints of Purple Heart #6121DA

RGB

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

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

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

R = 27.87%
G = 9.48%
B = 62.64%

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

#6121DA (or 0x6121DA) is known color: Purple Heart. HEX triplet: 61, 21 and DA. RGB value is (97,33,218). Sum of RGB (Red+Green+Blue) = 97+33+218=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #6121DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121DA is #9EDE25. Grayscale: #484848. Windows color (decimal): -10411558 or 14295393. OLE color: 14295393.

HSL color Cylindrical-coordinate representation of color #6121DA: hue angle of 260.76º 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 #6121DA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 33 218 -
CMYK 0.56 0.85 0 0.15
HSL 260.76º 0.74% 0.49% -
HSV(B) 260.76º 0.85% 0.85% -
XYZ 18.13 8.69 67.05 -
YUV 73.23 209.7 144.96 -
System Red Green Blue C M Y K H S L
Decimal 97 33 218 0.56 0.85 0 0.15 260.76 0.74 0.49
Hex 61 21 DA 38 55 0 F 105 4A 31
Octal 141 41 332 70 125 0 17 405 112 61
Binary 1100001 100001 11011010 111000 1010101 0 1111 100000101 1001010 110001

Color Harmonies of #6121DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121DA

Black with #6121DA

Text Example


Text Example

White with #6121DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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