Html Css Color HEX #762FAC Royal Purple

📋 copy color: '#762FAC'

red 118 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #762FAC

Tints of Royal Purple #762FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 35.01%
G = 13.95%
B = 51.04%

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

#762FAC (or 0x762FAC) is known color: Royal Purple. HEX triplet: 76, 2F and AC. RGB value is (118,47,172). Sum of RGB (Red+Green+Blue) = 118+47+172=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #762FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762FAC is #89D053. Grayscale: #525252. Windows color (decimal): -9031764 or 11284342. OLE color: 11284342.

HSL color Cylindrical-coordinate representation of color #762FAC: hue angle of 274.08º degrees, saturation: 0.57, 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 #762FAC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 47 172 -
CMYK 0.31 0.73 0 0.33
HSL 274.08º 0.57% 0.43% -
HSV(B) 274.08º 0.73% 0.67% -
XYZ 15.93 8.86 39.9 -
YUV 82.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 118 47 172 0.31 0.73 0 0.33 274.08 0.57 0.43
Hex 76 2F AC 1F 49 0 21 112 39 2B
Octal 166 57 254 37 111 0 41 422 71 53
Binary 1110110 101111 10101100 11111 1001001 0 100001 100010010 111001 101011

Color Harmonies of #762FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FAC

Black with #762FAC

Text Example


Text Example

White with #762FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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