Html Css Color HEX #6411DB Purple Heart

📋 copy color: '#6411DB'

red 100 ◦ green 17 ◦ blue 219

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

Shades of Purple Heart #6411DB

Tints of Purple Heart #6411DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

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

R = 29.76%
G = 5.06%
B = 65.18%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6411DB (or 0x6411DB) is known color: Purple Heart. HEX triplet: 64, 11 and DB. RGB value is (100,17,219). Sum of RGB (Red+Green+Blue) = 100+17+219=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #6411DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411DB is #9BEE24. Grayscale: #404040. Windows color (decimal): -10219045 or 14356836. OLE color: 14356836.

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

Color convert

RGB 100 17 219 -
CMYK 0.54 0.92 0 0.14
HSL 264.65º 0.86% 0.46% -
HSV(B) 264.65º 0.92% 0.86% -
XYZ 18.24 8.22 67.64 -
YUV 64.85 215 153.07 -
System Red Green Blue C M Y K H S L
Decimal 100 17 219 0.54 0.92 0 0.14 264.65 0.86 0.46
Hex 64 11 DB 36 5C 0 E 109 56 2E
Octal 144 21 333 66 134 0 16 411 126 56
Binary 1100100 10001 11011011 110110 1011100 0 1110 100001001 1010110 101110

Color Harmonies of #6411DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411DB

Black with #6411DB

Text Example


Text Example

White with #6411DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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