Html Css Color HEX #762BAC Royal Purple

📋 copy color: '#762BAC'

red 118 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #762BAC

Tints of Royal Purple #762BAC

RGB

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

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

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

R = 35.44%
G = 12.91%
B = 51.65%

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

#762BAC (or 0x762BAC) is known color: Royal Purple. HEX triplet: 76, 2B and AC. RGB value is (118,43,172). Sum of RGB (Red+Green+Blue) = 118+43+172=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #762BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAC is #89D453. Grayscale: #4F4F4F. Windows color (decimal): -9032788 or 11283318. OLE color: 11283318.

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

Color convert

RGB 118 43 172 -
CMYK 0.31 0.75 0 0.33
HSL 274.88º 0.6% 0.42% -
HSV(B) 274.88º 0.75% 0.67% -
XYZ 15.78 8.56 39.85 -
YUV 80.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 118 43 172 0.31 0.75 0 0.33 274.88 0.6 0.42
Hex 76 2B AC 1F 4B 0 21 113 3C 2A
Octal 166 53 254 37 113 0 41 423 74 52
Binary 1110110 101011 10101100 11111 1001011 0 100001 100010011 111100 101010

Color Harmonies of #762BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BAC

Black with #762BAC

Text Example


Text Example

White with #762BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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