Html Css Color HEX #661ECE Purple Heart

📋 copy color: '#661ECE'

red 102 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #661ECE

Tints of Purple Heart #661ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 30.18%
G = 8.88%
B = 60.95%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#661ECE (or 0x661ECE) is known color: Purple Heart. HEX triplet: 66, 1E and CE. RGB value is (102,30,206). Sum of RGB (Red+Green+Blue) = 102+30+206=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #661ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ECE is #99E131. Grayscale: #464646. Windows color (decimal): -10084658 or 13508198. OLE color: 13508198.

HSL color Cylindrical-coordinate representation of color #661ECE: hue angle of 264.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661ECE is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 30 206 -
CMYK 0.50 0.85 0 0.19
HSL 264.55º 0.75% 0.46% -
HSV(B) 264.55º 0.85% 0.81% -
XYZ 17.08 8.21 59.08 -
YUV 71.59 203.85 149.69 -
System Red Green Blue C M Y K H S L
Decimal 102 30 206 0.50 0.85 0 0.19 264.55 0.75 0.46
Hex 66 1E CE 32 55 0 13 109 4B 2E
Octal 146 36 316 62 125 0 23 411 113 56
Binary 1100110 11110 11001110 110010 1010101 0 10011 100001001 1001011 101110

Color Harmonies of #661ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ECE

Black with #661ECE

Text Example


Text Example

White with #661ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661ECE; }

 p { color: rgb(102,30,206); }

 H1.HeaderClassName
 {
   color: #661ECE;
 }
 .AnyTagClassName
 {
   color: #661ECE;
 }
</style>

background-color css

<style>
 a { background-color: #661ECE; }

 a { background-color: rgb(102,30,206); }

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

border-color css

<style>
 span { border-color: #661ECE; }

 span { border-color: rgb(102,30,206); }

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