Html Css Color HEX #662CC0 Purple Heart

📋 copy color: '#662CC0'

red 102 ◦ green 44 ◦ blue 192

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

Shades of Purple Heart #662CC0

Tints of Purple Heart #662CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 30.18%
G = 13.02%
B = 56.8%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#662CC0 (or 0x662CC0) is known color: Purple Heart. HEX triplet: 66, 2C and C0. RGB value is (102,44,192). Sum of RGB (Red+Green+Blue) = 102+44+192=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #662CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CC0 is #99D33F. Grayscale: #4D4D4D. Windows color (decimal): -10081088 or 12594278. OLE color: 12594278.

HSL color Cylindrical-coordinate representation of color #662CC0: hue angle of 263.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662CC0 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 44 192 -
CMYK 0.47 0.77 0 0.25
HSL 263.51º 0.63% 0.46% -
HSV(B) 263.51º 0.77% 0.75% -
XYZ 15.89 8.43 50.66 -
YUV 78.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 102 44 192 0.47 0.77 0 0.25 263.51 0.63 0.46
Hex 66 2C C0 2F 4D 0 19 108 3F 2E
Octal 146 54 300 57 115 0 31 410 77 56
Binary 1100110 101100 11000000 101111 1001101 0 11001 100001000 111111 101110

Color Harmonies of #662CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662CC0

Black with #662CC0

Text Example


Text Example

White with #662CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662CC0; }

 p { color: rgb(102,44,192); }

 H1.HeaderClassName
 {
   color: #662CC0;
 }
 .AnyTagClassName
 {
   color: #662CC0;
 }
</style>

background-color css

<style>
 a { background-color: #662CC0; }

 a { background-color: rgb(102,44,192); }

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

border-color css

<style>
 span { border-color: #662CC0; }

 span { border-color: rgb(102,44,192); }

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