Html Css Color HEX #661CCE Purple Heart

📋 copy color: '#661CCE'

red 102 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #661CCE

Tints of Purple Heart #661CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 30.36%
G = 8.33%
B = 61.31%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#661CCE (or 0x661CCE) is known color: Purple Heart. HEX triplet: 66, 1C and CE. RGB value is (102,28,206). Sum of RGB (Red+Green+Blue) = 102+28+206=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #661CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CCE is #99E331. Grayscale: #454545. Windows color (decimal): -10085170 or 13507686. OLE color: 13507686.

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

Color convert

RGB 102 28 206 -
CMYK 0.50 0.86 0 0.19
HSL 264.94º 0.76% 0.46% -
HSV(B) 264.94º 0.86% 0.81% -
XYZ 17.04 8.11 59.06 -
YUV 70.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 102 28 206 0.50 0.86 0 0.19 264.94 0.76 0.46
Hex 66 1C CE 32 56 0 13 109 4C 2E
Octal 146 34 316 62 126 0 23 411 114 56
Binary 1100110 11100 11001110 110010 1010110 0 10011 100001001 1001100 101110

Color Harmonies of #661CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661CCE

Black with #661CCE

Text Example


Text Example

White with #661CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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