Html Css Color HEX #6421DB Purple Heart

📋 copy color: '#6421DB'

red 100 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #6421DB

Tints of Purple Heart #6421DB

RGB

 RED value IS 100 (39.45% from 255) = 28.41%

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 28.41%
G = 9.38%
B = 62.22%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6421DB (or 0x6421DB) is known color: Purple Heart. HEX triplet: 64, 21 and DB. RGB value is (100,33,219). Sum of RGB (Red+Green+Blue) = 100+33+219=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6421DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421DB is #9BDE24. Grayscale: #494949. Windows color (decimal): -10214949 or 14360932. OLE color: 14360932.

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

Color convert

RGB 100 33 219 -
CMYK 0.54 0.85 0 0.14
HSL 261.61º 0.74% 0.49% -
HSV(B) 261.61º 0.85% 0.86% -
XYZ 18.59 8.91 67.76 -
YUV 74.24 209.7 146.38 -
System Red Green Blue C M Y K H S L
Decimal 100 33 219 0.54 0.85 0 0.14 261.61 0.74 0.49
Hex 64 21 DB 36 55 0 E 106 4A 31
Octal 144 41 333 66 125 0 16 406 112 61
Binary 1100100 100001 11011011 110110 1010101 0 1110 100000110 1001010 110001

Color Harmonies of #6421DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421DB

Black with #6421DB

Text Example


Text Example

White with #6421DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6421DB; }

 p { color: rgb(100,33,219); }

 H1.HeaderClassName
 {
   color: #6421DB;
 }
 .AnyTagClassName
 {
   color: #6421DB;
 }
</style>

background-color css

<style>
 a { background-color: #6421DB; }

 a { background-color: rgb(100,33,219); }

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

border-color css

<style>
 span { border-color: #6421DB; }

 span { border-color: rgb(100,33,219); }

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