Html Css Color HEX #6617DD Purple Heart

📋 copy color: '#6617DD'

red 102 ◦ green 23 ◦ blue 221

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

Shades of Purple Heart #6617DD

Tints of Purple Heart #6617DD

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

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

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

R = 29.48%
G = 6.65%
B = 63.87%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6617DD (or 0x6617DD) is known color: Purple Heart. HEX triplet: 66, 17 and DD. RGB value is (102,23,221). Sum of RGB (Red+Green+Blue) = 102+23+221=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #6617DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6617DD is #99E822. Grayscale: #444444. Windows color (decimal): -10086435 or 14489446. OLE color: 14489446.

HSL color Cylindrical-coordinate representation of color #6617DD: hue angle of 263.94º 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 #6617DD is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 23 221 -
CMYK 0.54 0.90 0 0.13
HSL 263.94º 0.81% 0.48% -
HSV(B) 263.94º 0.9% 0.87% -
XYZ 18.84 8.66 69.08 -
YUV 69.19 213.67 151.4 -
System Red Green Blue C M Y K H S L
Decimal 102 23 221 0.54 0.90 0 0.13 263.94 0.81 0.48
Hex 66 17 DD 36 5A 0 D 108 51 30
Octal 146 27 335 66 132 0 15 410 121 60
Binary 1100110 10111 11011101 110110 1011010 0 1101 100001000 1010001 110000

Color Harmonies of #6617DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6617DD

Black with #6617DD

Text Example


Text Example

White with #6617DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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