Html Css Color HEX #6417DD Purple Heart

📋 copy color: '#6417DD'

red 100 ◦ green 23 ◦ blue 221

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

Shades of Purple Heart #6417DD

Tints of Purple Heart #6417DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 29.07%
G = 6.69%
B = 64.24%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6417DD (or 0x6417DD) is known color: Purple Heart. HEX triplet: 64, 17 and DD. RGB value is (100,23,221). Sum of RGB (Red+Green+Blue) = 100+23+221=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #6417DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417DD is #9BE822. Grayscale: #434343. Windows color (decimal): -10217507 or 14489444. OLE color: 14489444.

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

Color convert

RGB 100 23 221 -
CMYK 0.55 0.90 0 0.13
HSL 263.33º 0.81% 0.48% -
HSV(B) 263.33º 0.9% 0.87% -
XYZ 18.61 8.54 69.07 -
YUV 68.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 100 23 221 0.55 0.90 0 0.13 263.33 0.81 0.48
Hex 64 17 DD 37 5A 0 D 107 51 30
Octal 144 27 335 67 132 0 15 407 121 60
Binary 1100100 10111 11011101 110111 1011010 0 1101 100000111 1010001 110000

Color Harmonies of #6417DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6417DD

Black with #6417DD

Text Example


Text Example

White with #6417DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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