Html Css Color HEX #6618D6 Purple Heart

📋 copy color: '#6618D6'

red 102 ◦ green 24 ◦ blue 214

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

Shades of Purple Heart #6618D6

Tints of Purple Heart #6618D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.94%

R = 30%
G = 7.06%
B = 62.94%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6618D6 (or 0x6618D6) is known color: Purple Heart. HEX triplet: 66, 18 and D6. RGB value is (102,24,214). Sum of RGB (Red+Green+Blue) = 102+24+214=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #6618D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618D6 is #99E729. Grayscale: #444444. Windows color (decimal): -10086186 or 14030950. OLE color: 14030950.

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

Color convert

RGB 102 24 214 -
CMYK 0.52 0.89 0 0.16
HSL 264.63º 0.8% 0.47% -
HSV(B) 264.63º 0.89% 0.84% -
XYZ 17.94 8.33 64.28 -
YUV 68.98 209.84 151.55 -
System Red Green Blue C M Y K H S L
Decimal 102 24 214 0.52 0.89 0 0.16 264.63 0.8 0.47
Hex 66 18 D6 34 59 0 10 109 50 2F
Octal 146 30 326 64 131 0 20 411 120 57
Binary 1100110 11000 11010110 110100 1011001 0 10000 100001001 1010000 101111

Color Harmonies of #6618D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618D6

Black with #6618D6

Text Example


Text Example

White with #6618D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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