Html Css Color HEX #762BAB Royal Purple

📋 copy color: '#762BAB'

red 118 ◦ green 43 ◦ blue 171

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

Shades of Royal Purple #762BAB

Tints of Royal Purple #762BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 35.54%
G = 12.95%
B = 51.51%

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

#762BAB (or 0x762BAB) is known color: Royal Purple. HEX triplet: 76, 2B and AB. RGB value is (118,43,171). Sum of RGB (Red+Green+Blue) = 118+43+171=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #762BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAB is #89D454. Grayscale: #4F4F4F. Windows color (decimal): -9032789 or 11217782. OLE color: 11217782.

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

Color convert

RGB 118 43 171 -
CMYK 0.31 0.75 0 0.33
HSL 275.16º 0.6% 0.42% -
HSV(B) 275.16º 0.75% 0.67% -
XYZ 15.69 8.52 39.35 -
YUV 80.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 118 43 171 0.31 0.75 0 0.33 275.16 0.6 0.42
Hex 76 2B AB 1F 4B 0 21 113 3C 2A
Octal 166 53 253 37 113 0 41 423 74 52
Binary 1110110 101011 10101011 11111 1001011 0 100001 100010011 111100 101010

Color Harmonies of #762BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BAB

Black with #762BAB

Text Example


Text Example

White with #762BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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