Html Css Color HEX #762DA2 Royal Purple

📋 copy color: '#762DA2'

red 118 ◦ green 45 ◦ blue 162

#762DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #762DA2

Tints of Royal Purple #762DA2

RGB

 RED value IS 118 (46.48% from 255) = 36.31%

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 162 (63.67% from 255) = 49.85%

R = 36.31%
G = 13.85%
B = 49.85%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#762DA2 (or 0x762DA2) is known color: Royal Purple. HEX triplet: 76, 2D and A2. RGB value is (118,45,162). Sum of RGB (Red+Green+Blue) = 118+45+162=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #762DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DA2 is #89D25D. Grayscale: #4F4F4F. Windows color (decimal): -9032286 or 10628470. OLE color: 10628470.

HSL color Cylindrical-coordinate representation of color #762DA2: hue angle of 277.44º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762DA2 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 45 162 -
CMYK 0.27 0.72 0 0.36
HSL 277.44º 0.57% 0.41% -
HSV(B) 277.44º 0.72% 0.64% -
XYZ 14.93 8.34 35 -
YUV 80.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 118 45 162 0.27 0.72 0 0.36 277.44 0.57 0.41
Hex 76 2D A2 1B 48 0 24 115 39 29
Octal 166 55 242 33 110 0 44 425 71 51
Binary 1110110 101101 10100010 11011 1001000 0 100100 100010101 111001 101001

Color Harmonies of #762DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DA2

Black with #762DA2

Text Example


Text Example

White with #762DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,162); }

 H1.HeaderClassName
 {
   color: #762DA2;
 }
 .AnyTagClassName
 {
   color: #762DA2;
 }
</style>

background-color css

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

 a { background-color: rgb(118,45,162); }

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

border-color css

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

 span { border-color: rgb(118,45,162); }

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