Html Css Color HEX #762BAD Royal Purple

📋 copy color: '#762BAD'

red 118 ◦ green 43 ◦ blue 173

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

Shades of Royal Purple #762BAD

Tints of Royal Purple #762BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 35.33%
G = 12.87%
B = 51.8%

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

#762BAD (or 0x762BAD) is known color: Royal Purple. HEX triplet: 76, 2B and AD. RGB value is (118,43,173). Sum of RGB (Red+Green+Blue) = 118+43+173=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #762BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAD is #89D452. Grayscale: #4F4F4F. Windows color (decimal): -9032787 or 11348854. OLE color: 11348854.

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

Color convert

RGB 118 43 173 -
CMYK 0.32 0.75 0 0.32
HSL 274.62º 0.6% 0.42% -
HSV(B) 274.62º 0.75% 0.68% -
XYZ 15.88 8.6 40.36 -
YUV 80.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 118 43 173 0.32 0.75 0 0.32 274.62 0.6 0.42
Hex 76 2B AD 20 4B 0 20 113 3C 2A
Octal 166 53 255 40 113 0 40 423 74 52
Binary 1110110 101011 10101101 100000 1001011 0 100000 100010011 111100 101010

Color Harmonies of #762BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BAD

Black with #762BAD

Text Example


Text Example

White with #762BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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