Html Css Color HEX #6617DC Purple Heart

📋 copy color: '#6617DC'

red 102 ◦ green 23 ◦ blue 220

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

Shades of Purple Heart #6617DC

Tints of Purple Heart #6617DC

RGB

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

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

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

R = 29.57%
G = 6.67%
B = 63.77%

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

#6617DC (or 0x6617DC) is known color: Purple Heart. HEX triplet: 66, 17 and DC. RGB value is (102,23,220). Sum of RGB (Red+Green+Blue) = 102+23+220=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6617DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6617DC is #99E823. Grayscale: #444444. Windows color (decimal): -10086436 or 14423910. OLE color: 14423910.

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

Color convert

RGB 102 23 220 -
CMYK 0.54 0.90 0 0.14
HSL 264.06º 0.81% 0.48% -
HSV(B) 264.06º 0.9% 0.86% -
XYZ 18.7 8.6 68.39 -
YUV 69.08 213.17 151.48 -
System Red Green Blue C M Y K H S L
Decimal 102 23 220 0.54 0.90 0 0.14 264.06 0.81 0.48
Hex 66 17 DC 36 5A 0 E 108 51 30
Octal 146 27 334 66 132 0 16 410 121 60
Binary 1100110 10111 11011100 110110 1011010 0 1110 100001000 1010001 110000

Color Harmonies of #6617DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6617DC

Black with #6617DC

Text Example


Text Example

White with #6617DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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