Html Css Color HEX #661EC6 Purple Heart

📋 copy color: '#661EC6'

red 102 ◦ green 30 ◦ blue 198

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

Shades of Purple Heart #661EC6

Tints of Purple Heart #661EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 60%

R = 30.91%
G = 9.09%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#661EC6 (or 0x661EC6) is known color: Purple Heart. HEX triplet: 66, 1E and C6. RGB value is (102,30,198). Sum of RGB (Red+Green+Blue) = 102+30+198=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #661EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EC6 is #99E139. Grayscale: #464646. Windows color (decimal): -10084666 or 12983910. OLE color: 12983910.

HSL color Cylindrical-coordinate representation of color #661EC6: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661EC6 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 30 198 -
CMYK 0.48 0.85 0 0.22
HSL 265.71º 0.74% 0.45% -
HSV(B) 265.71º 0.85% 0.78% -
XYZ 16.14 7.83 54.09 -
YUV 70.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 102 30 198 0.48 0.85 0 0.22 265.71 0.74 0.45
Hex 66 1E C6 30 55 0 16 10A 4A 2D
Octal 146 36 306 60 125 0 26 412 112 55
Binary 1100110 11110 11000110 110000 1010101 0 10110 100001010 1001010 101101

Color Harmonies of #661EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EC6

Black with #661EC6

Text Example


Text Example

White with #661EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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