Html Css Color HEX #762EAC Royal Purple

📋 copy color: '#762EAC'

red 118 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #762EAC

Tints of Royal Purple #762EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 35.12%
G = 13.69%
B = 51.19%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#762EAC (or 0x762EAC) is known color: Royal Purple. HEX triplet: 76, 2E and AC. RGB value is (118,46,172). Sum of RGB (Red+Green+Blue) = 118+46+172=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #762EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762EAC is #89D153. Grayscale: #515151. Windows color (decimal): -9032020 or 11284086. OLE color: 11284086.

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

Color convert

RGB 118 46 172 -
CMYK 0.31 0.73 0 0.33
HSL 274.29º 0.58% 0.43% -
HSV(B) 274.29º 0.73% 0.67% -
XYZ 15.89 8.78 39.89 -
YUV 81.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 118 46 172 0.31 0.73 0 0.33 274.29 0.58 0.43
Hex 76 2E AC 1F 49 0 21 112 3A 2B
Octal 166 56 254 37 111 0 41 422 72 53
Binary 1110110 101110 10101100 11111 1001001 0 100001 100010010 111010 101011

Color Harmonies of #762EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EAC

Black with #762EAC

Text Example


Text Example

White with #762EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,172); }

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

background-color css

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

 a { background-color: rgb(118,46,172); }

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

border-color css

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

 span { border-color: rgb(118,46,172); }

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