#762FBA

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

Shades of Purple Heart #762FBA

Tints of Purple Heart #762FBA

Color information

#762FBA (or 0x762FBA) is unknown color: approx Purple Heart. HEX triplet: 76, 2F and BA. RGB value is (118,47,186). Sum of RGB (Red+Green+Blue) = 118+47+186=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #762FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FBA is #89D045. Grayscale: #535353. Windows color (decimal): -9031750 or 12201846. OLE color: 12201846.

HSL color Cylindrical-coordinate representation of color #762FBA: hue angle of 270.65º 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 #762FBA is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11847186-
CMYK0.370.7500.27
HSL270.65º59.66%45.69%-
HSV(B)270.65º74.73%72.94%-
XYZ17.359.4347.36-
YUV84.07185.52152.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 47 (18.75% from 255) = 13.39%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=33.62%
G=13.39%
B=52.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118471860.370.7500.27270.6559.6645.69
Hex762FBA254B01B10f3c2e
Octal16657272451130334177456
Binary1110110101111101110101001011001011011011100001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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