Html Css Color HEX #6417DC Purple Heart

📋 copy color: '#6417DC'

red 100 ◦ green 23 ◦ blue 220

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

Shades of Purple Heart #6417DC

Tints of Purple Heart #6417DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 29.15%
G = 6.71%
B = 64.14%

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

#6417DC (or 0x6417DC) is known color: Purple Heart. HEX triplet: 64, 17 and DC. RGB value is (100,23,220). Sum of RGB (Red+Green+Blue) = 100+23+220=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #6417DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417DC is #9BE823. Grayscale: #434343. Windows color (decimal): -10217508 or 14423908. OLE color: 14423908.

HSL color Cylindrical-coordinate representation of color #6417DC: hue angle of 263.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6417DC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 23 220 -
CMYK 0.55 0.90 0 0.14
HSL 263.45º 0.81% 0.48% -
HSV(B) 263.45º 0.9% 0.86% -
XYZ 18.48 8.49 68.37 -
YUV 68.48 213.51 150.48 -
System Red Green Blue C M Y K H S L
Decimal 100 23 220 0.55 0.90 0 0.14 263.45 0.81 0.48
Hex 64 17 DC 37 5A 0 E 107 51 30
Octal 144 27 334 67 132 0 16 407 121 60
Binary 1100100 10111 11011100 110111 1011010 0 1110 100000111 1010001 110000

Color Harmonies of #6417DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6417DC

Black with #6417DC

Text Example


Text Example

White with #6417DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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