Html Css Color HEX #6618D9 Purple Heart

📋 copy color: '#6618D9'

red 102 ◦ green 24 ◦ blue 217

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

Shades of Purple Heart #6618D9

Tints of Purple Heart #6618D9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 217 (85.16% from 255) = 63.27%

R = 29.74%
G = 7%
B = 63.27%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6618D9 (or 0x6618D9) is known color: Purple Heart. HEX triplet: 66, 18 and D9. RGB value is (102,24,217). Sum of RGB (Red+Green+Blue) = 102+24+217=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #6618D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618D9 is #99E726. Grayscale: #444444. Windows color (decimal): -10086183 or 14227558. OLE color: 14227558.

HSL color Cylindrical-coordinate representation of color #6618D9: hue angle of 264.25º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6618D9 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 24 217 -
CMYK 0.53 0.89 0 0.15
HSL 264.25º 0.8% 0.47% -
HSV(B) 264.25º 0.89% 0.85% -
XYZ 18.33 8.49 66.32 -
YUV 69.32 211.34 151.31 -
System Red Green Blue C M Y K H S L
Decimal 102 24 217 0.53 0.89 0 0.15 264.25 0.8 0.47
Hex 66 18 D9 35 59 0 F 108 50 2F
Octal 146 30 331 65 131 0 17 410 120 57
Binary 1100110 11000 11011001 110101 1011001 0 1111 100001000 1010000 101111

Color Harmonies of #6618D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618D9

Black with #6618D9

Text Example


Text Example

White with #6618D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6618D9; }

 p { color: rgb(102,24,217); }

 H1.HeaderClassName
 {
   color: #6618D9;
 }
 .AnyTagClassName
 {
   color: #6618D9;
 }
</style>

background-color css

<style>
 a { background-color: #6618D9; }

 a { background-color: rgb(102,24,217); }

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

border-color css

<style>
 span { border-color: #6618D9; }

 span { border-color: rgb(102,24,217); }

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