#662FBA

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

Shades of Purple Heart #662FBA

Tints of Purple Heart #662FBA

Color information

#662FBA (or 0x662FBA) is unknown color: approx Purple Heart. HEX triplet: 66, 2F and BA. RGB value is (102,47,186). Sum of RGB (Red+Green+Blue) = 102+47+186=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #662FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FBA is #99D045. Grayscale: #4E4E4E. Windows color (decimal): -10080326 or 12201830. OLE color: 12201830.

HSL color Cylindrical-coordinate representation of color #662FBA: hue angle of 263.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662FBA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10247186-
CMYK0.450.7500.27
HSL263.74º59.66%45.69%-
HSV(B)263.74º74.73%72.94%-
XYZ15.368.447.27-
YUV79.29188.22144.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=30.45%
G=14.03%
B=55.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102471860.450.7500.27263.7459.6645.69
Hex662FBA2D4B01B1083c2e
Octal14657272551130334107456
Binary1100110101111101110101011011001011011011100001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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