Html Css Color HEX #6418DB Purple Heart

📋 copy color: '#6418DB'

red 100 ◦ green 24 ◦ blue 219

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

Shades of Purple Heart #6418DB

Tints of Purple Heart #6418DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

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

R = 29.15%
G = 7%
B = 63.85%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6418DB (or 0x6418DB) is known color: Purple Heart. HEX triplet: 64, 18 and DB. RGB value is (100,24,219). Sum of RGB (Red+Green+Blue) = 100+24+219=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6418DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418DB is #9BE724. Grayscale: #444444. Windows color (decimal): -10217253 or 14358628. OLE color: 14358628.

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

Color convert

RGB 100 24 219 -
CMYK 0.54 0.89 0 0.14
HSL 263.38º 0.8% 0.48% -
HSV(B) 263.38º 0.89% 0.86% -
XYZ 18.37 8.48 67.69 -
YUV 68.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 100 24 219 0.54 0.89 0 0.14 263.38 0.8 0.48
Hex 64 18 DB 36 59 0 E 107 50 30
Octal 144 30 333 66 131 0 16 407 120 60
Binary 1100100 11000 11011011 110110 1011001 0 1110 100000111 1010000 110000

Color Harmonies of #6418DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418DB

Black with #6418DB

Text Example


Text Example

White with #6418DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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