Html Css Color HEX #762BAA Royal Purple

📋 copy color: '#762BAA'

red 118 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #762BAA

Tints of Royal Purple #762BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

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

R = 35.65%
G = 12.99%
B = 51.36%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#762BAA (or 0x762BAA) is known color: Royal Purple. HEX triplet: 76, 2B and AA. RGB value is (118,43,170). Sum of RGB (Red+Green+Blue) = 118+43+170=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #762BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAA is #89D455. Grayscale: #4F4F4F. Windows color (decimal): -9032790 or 11152246. OLE color: 11152246.

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

Color convert

RGB 118 43 170 -
CMYK 0.31 0.75 0 0.33
HSL 275.43º 0.6% 0.42% -
HSV(B) 275.43º 0.75% 0.67% -
XYZ 15.59 8.48 38.85 -
YUV 79.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 118 43 170 0.31 0.75 0 0.33 275.43 0.6 0.42
Hex 76 2B AA 1F 4B 0 21 113 3C 2A
Octal 166 53 252 37 113 0 41 423 74 52
Binary 1110110 101011 10101010 11111 1001011 0 100001 100010011 111100 101010

Color Harmonies of #762BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BAA

Black with #762BAA

Text Example


Text Example

White with #762BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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