#762EB0

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

Shades of Royal Purple #762EB0

Tints of Royal Purple #762EB0

Color information

#762EB0 (or 0x762EB0) is unknown color: approx Royal Purple. HEX triplet: 76, 2E and B0. RGB value is (118,46,176). Sum of RGB (Red+Green+Blue) = 118+46+176=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #762EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762EB0 is #89D14F. Grayscale: #515151. Windows color (decimal): -9032016 or 11546230. OLE color: 11546230.

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

Color convert

RGB11846176-
CMYK0.330.7400.31
HSL273.23º58.56%43.53%-
HSV(B)273.23º73.86%69.02%-
XYZ16.288.9441.94-
YUV82.35180.85153.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 176 (69.14% from 255) = 51.76%
R=34.71%
G=13.53%
B=51.76%

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
Decimal118461760.330.7400.31273.2358.5643.53
Hex762EB0214A01F1113b2c
Octal16656260411120374217354
Binary1110110101110101100001000011001010011111100010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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