Html Css Color HEX #6415DB Purple Heart

📋 copy color: '#6415DB'

red 100 ◦ green 21 ◦ blue 219

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

Shades of Purple Heart #6415DB

Tints of Purple Heart #6415DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 29.41%
G = 6.18%
B = 64.41%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6415DB (or 0x6415DB) is known color: Purple Heart. HEX triplet: 64, 15 and DB. RGB value is (100,21,219). Sum of RGB (Red+Green+Blue) = 100+21+219=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6415DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415DB is #9BEA24. Grayscale: #424242. Windows color (decimal): -10218021 or 14357860. OLE color: 14357860.

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

Color convert

RGB 100 21 219 -
CMYK 0.54 0.90 0 0.14
HSL 263.94º 0.83% 0.47% -
HSV(B) 263.94º 0.9% 0.86% -
XYZ 18.31 8.36 67.67 -
YUV 67.19 213.67 151.4 -
System Red Green Blue C M Y K H S L
Decimal 100 21 219 0.54 0.90 0 0.14 263.94 0.83 0.47
Hex 64 15 DB 36 5A 0 E 108 52 2F
Octal 144 25 333 66 132 0 16 410 122 57
Binary 1100100 10101 11011011 110110 1011010 0 1110 100001000 1010010 101111

Color Harmonies of #6415DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415DB

Black with #6415DB

Text Example


Text Example

White with #6415DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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