Html Css Color HEX #661ECC Purple Heart

📋 copy color: '#661ECC'

red 102 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #661ECC

Tints of Purple Heart #661ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 30.36%
G = 8.93%
B = 60.71%

CMYK

 C value IS 0.5

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#661ECC (or 0x661ECC) is known color: Purple Heart. HEX triplet: 66, 1E and CC. RGB value is (102,30,204). Sum of RGB (Red+Green+Blue) = 102+30+204=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #661ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ECC is #99E133. Grayscale: #464646. Windows color (decimal): -10084660 or 13377126. OLE color: 13377126.

HSL color Cylindrical-coordinate representation of color #661ECC: hue angle of 264.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661ECC is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 30 204 -
CMYK 0.5 0.85 0 0.2
HSL 264.83º 0.74% 0.46% -
HSV(B) 264.83º 0.85% 0.8% -
XYZ 16.84 8.11 57.8 -
YUV 71.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 102 30 204 0.5 0.85 0 0.2 264.83 0.74 0.46
Hex 66 1E CC 32 55 0 14 109 4A 2E
Octal 146 36 314 62 125 0 24 411 112 56
Binary 1100110 11110 11001100 110010 1010101 0 10100 100001001 1001010 101110

Color Harmonies of #661ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ECC

Black with #661ECC

Text Example


Text Example

White with #661ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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