Html Css Color HEX #762DAA Royal Purple

📋 copy color: '#762DAA'

red 118 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #762DAA

Tints of Royal Purple #762DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 35.44%
G = 13.51%
B = 51.05%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#762DAA (or 0x762DAA) is known color: Royal Purple. HEX triplet: 76, 2D and AA. RGB value is (118,45,170). Sum of RGB (Red+Green+Blue) = 118+45+170=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #762DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAA is #89D255. Grayscale: #505050. Windows color (decimal): -9032278 or 11152758. OLE color: 11152758.

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

Color convert

RGB 118 45 170 -
CMYK 0.31 0.74 0 0.33
HSL 275.04º 0.58% 0.42% -
HSV(B) 275.04º 0.74% 0.67% -
XYZ 15.67 8.63 38.87 -
YUV 81.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 118 45 170 0.31 0.74 0 0.33 275.04 0.58 0.42
Hex 76 2D AA 1F 4A 0 21 113 3A 2A
Octal 166 55 252 37 112 0 41 423 72 52
Binary 1110110 101101 10101010 11111 1001010 0 100001 100010011 111010 101010

Color Harmonies of #762DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DAA

Black with #762DAA

Text Example


Text Example

White with #762DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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