Html Css Color HEX #6415DC Purple Heart

📋 copy color: '#6415DC'

red 100 ◦ green 21 ◦ blue 220

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

Shades of Purple Heart #6415DC

Tints of Purple Heart #6415DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 29.33%
G = 6.16%
B = 64.52%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6415DC (or 0x6415DC) is known color: Purple Heart. HEX triplet: 64, 15 and DC. RGB value is (100,21,220). Sum of RGB (Red+Green+Blue) = 100+21+220=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6415DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415DC is #9BEA23. Grayscale: #424242. Windows color (decimal): -10218020 or 14423396. OLE color: 14423396.

HSL color Cylindrical-coordinate representation of color #6415DC: hue angle of 263.82º degrees, saturation: 0.83, 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 #6415DC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 21 220 -
CMYK 0.55 0.90 0 0.14
HSL 263.82º 0.83% 0.47% -
HSV(B) 263.82º 0.9% 0.86% -
XYZ 18.44 8.41 68.36 -
YUV 67.31 214.17 151.32 -
System Red Green Blue C M Y K H S L
Decimal 100 21 220 0.55 0.90 0 0.14 263.82 0.83 0.47
Hex 64 15 DC 37 5A 0 E 108 53 2F
Octal 144 25 334 67 132 0 16 410 123 57
Binary 1100100 10101 11011100 110111 1011010 0 1110 100001000 1010011 101111

Color Harmonies of #6415DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415DC

Black with #6415DC

Text Example


Text Example

White with #6415DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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