Html Css Color HEX #762BAE Royal Purple

📋 copy color: '#762BAE'

red 118 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #762BAE

Tints of Royal Purple #762BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 35.22%
G = 12.84%
B = 51.94%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#762BAE (or 0x762BAE) is known color: Royal Purple. HEX triplet: 76, 2B and AE. RGB value is (118,43,174). Sum of RGB (Red+Green+Blue) = 118+43+174=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #762BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAE is #89D451. Grayscale: #4F4F4F. Windows color (decimal): -9032786 or 11414390. OLE color: 11414390.

HSL color Cylindrical-coordinate representation of color #762BAE: hue angle of 274.35º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762BAE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 43 174 -
CMYK 0.32 0.75 0 0.32
HSL 274.35º 0.6% 0.43% -
HSV(B) 274.35º 0.75% 0.68% -
XYZ 15.98 8.64 40.87 -
YUV 80.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 118 43 174 0.32 0.75 0 0.32 274.35 0.6 0.43
Hex 76 2B AE 20 4B 0 20 112 3C 2B
Octal 166 53 256 40 113 0 40 422 74 53
Binary 1110110 101011 10101110 100000 1001011 0 100000 100010010 111100 101011

Color Harmonies of #762BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BAE

Black with #762BAE

Text Example


Text Example

White with #762BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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