#662FB1

Color #662FB1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #662FB1

Tints of Purple Heart #662FB1

Color information

#662FB1 (or 0x662FB1) is unknown color: approx Purple Heart. HEX triplet: 66, 2F and B1. RGB value is (102,47,177). Sum of RGB (Red+Green+Blue) = 102+47+177=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #662FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FB1 is #99D04E. Grayscale: #4D4D4D. Windows color (decimal): -10080335 or 11612006. OLE color: 11612006.

HSL color Cylindrical-coordinate representation of color #662FB1: hue angle of 265.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662FB1 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10247177-
CMYK0.420.7300.31
HSL265.38º58.04%43.92%-
HSV(B)265.38º73.45%69.41%-
XYZ14.438.0342.38-
YUV78.26183.72144.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 47 (18.75% from 255) = 14.42%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=31.29%
G=14.42%
B=54.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102471770.420.7300.31265.3858.0443.92
Hex662FB12A4901F1093a2c
Octal14657261521110374117254
Binary1100110101111101100011010101001001011111100001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,47,177); }

 H1.HeaderClassName
 {
   color: #662FB1;
 }
 .AnyTagClassName
 {
   color: #662FB1;
 }
</style>
background-color css

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

 a { background-color: rgb(102,47,177); }

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

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

 span { border-color: rgb(102,47,177); }

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