#762EAF

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

Shades of Royal Purple #762EAF

Tints of Royal Purple #762EAF

Color information

#762EAF (or 0x762EAF) is unknown color: approx Royal Purple. HEX triplet: 76, 2E and AF. RGB value is (118,46,175). Sum of RGB (Red+Green+Blue) = 118+46+175=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #762EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762EAF is #89D150. Grayscale: #515151. Windows color (decimal): -9032017 or 11480694. OLE color: 11480694.

HSL color Cylindrical-coordinate representation of color #762EAF: hue angle of 273.49º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762EAF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11846175-
CMYK0.330.7400.31
HSL273.49º58.37%43.33%-
HSV(B)273.49º73.71%68.63%-
XYZ16.198.941.42-
YUV82.23180.35153.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=34.81%
G=13.57%
B=51.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118461750.330.7400.31273.4958.3743.33
Hex762EAF214A01F1113a2b
Octal16656257411120374217253
Binary1110110101110101011111000011001010011111100010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,175); }

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

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

 a { background-color: rgb(118,46,175); }

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

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

 span { border-color: rgb(118,46,175); }

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