Html Css Color HEX #762CAC Royal Purple

📋 copy color: '#762CAC'

red 118 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #762CAC

Tints of Royal Purple #762CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

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

R = 35.33%
G = 13.17%
B = 51.5%

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

#762CAC (or 0x762CAC) is known color: Royal Purple. HEX triplet: 76, 2C and AC. RGB value is (118,44,172). Sum of RGB (Red+Green+Blue) = 118+44+172=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #762CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CAC is #89D353. Grayscale: #505050. Windows color (decimal): -9032532 or 11283574. OLE color: 11283574.

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

Color convert

RGB 118 44 172 -
CMYK 0.31 0.74 0 0.33
HSL 274.69º 0.59% 0.42% -
HSV(B) 274.69º 0.74% 0.67% -
XYZ 15.82 8.63 39.86 -
YUV 80.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 118 44 172 0.31 0.74 0 0.33 274.69 0.59 0.42
Hex 76 2C AC 1F 4A 0 21 113 3B 2A
Octal 166 54 254 37 112 0 41 423 73 52
Binary 1110110 101100 10101100 11111 1001010 0 100001 100010011 111011 101010

Color Harmonies of #762CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CAC

Black with #762CAC

Text Example


Text Example

White with #762CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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