#762F9F

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

Shades of Royal Purple #762F9F

Tints of Royal Purple #762F9F

Color information

#762F9F (or 0x762F9F) is unknown color: approx Royal Purple. HEX triplet: 76, 2F and 9F. RGB value is (118,47,159). Sum of RGB (Red+Green+Blue) = 118+47+159=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #762F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F9F is #89D060. Grayscale: #505050. Windows color (decimal): -9031777 or 10432374. OLE color: 10432374.

HSL color Cylindrical-coordinate representation of color #762F9F: hue angle of 278.04º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762F9F is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11847159-
CMYK0.260.7000.38
HSL278.04º54.37%40.39%-
HSV(B)278.04º70.44%62.35%-
XYZ14.758.3933.64-
YUV81172.02154.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=36.42%
G=14.51%
B=49.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118471590.260.7000.38278.0454.3740.39
Hex762F9F1A460261163628
Octal16657237321060464266650
Binary1110110101111100111111101010001100100110100010110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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