Html Css Color HEX #762DAE Royal Purple

📋 copy color: '#762DAE'

red 118 ◦ green 45 ◦ blue 174

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

Shades of Royal Purple #762DAE

Tints of Royal Purple #762DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 35.01%
G = 13.35%
B = 51.63%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#762DAE (or 0x762DAE) is known color: Royal Purple. HEX triplet: 76, 2D and AE. RGB value is (118,45,174). Sum of RGB (Red+Green+Blue) = 118+45+174=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #762DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAE is #89D251. Grayscale: #515151. Windows color (decimal): -9032274 or 11414902. OLE color: 11414902.

HSL color Cylindrical-coordinate representation of color #762DAE: hue angle of 273.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762DAE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 45 174 -
CMYK 0.32 0.74 0 0.32
HSL 273.95º 0.59% 0.43% -
HSV(B) 273.95º 0.74% 0.68% -
XYZ 16.05 8.78 40.89 -
YUV 81.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 118 45 174 0.32 0.74 0 0.32 273.95 0.59 0.43
Hex 76 2D AE 20 4A 0 20 112 3B 2B
Octal 166 55 256 40 112 0 40 422 73 53
Binary 1110110 101101 10101110 100000 1001010 0 100000 100010010 111011 101011

Color Harmonies of #762DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DAE

Black with #762DAE

Text Example


Text Example

White with #762DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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