Html Css Color HEX #762DAB Royal Purple

📋 copy color: '#762DAB'

red 118 ◦ green 45 ◦ blue 171

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

Shades of Royal Purple #762DAB

Tints of Royal Purple #762DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

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

R = 35.33%
G = 13.47%
B = 51.2%

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

#762DAB (or 0x762DAB) is known color: Royal Purple. HEX triplet: 76, 2D and AB. RGB value is (118,45,171). Sum of RGB (Red+Green+Blue) = 118+45+171=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #762DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAB is #89D254. Grayscale: #505050. Windows color (decimal): -9032277 or 11218294. OLE color: 11218294.

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

Color convert

RGB 118 45 171 -
CMYK 0.31 0.74 0 0.33
HSL 274.76º 0.58% 0.42% -
HSV(B) 274.76º 0.74% 0.67% -
XYZ 15.76 8.67 39.37 -
YUV 81.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 118 45 171 0.31 0.74 0 0.33 274.76 0.58 0.42
Hex 76 2D AB 1F 4A 0 21 113 3A 2A
Octal 166 55 253 37 112 0 41 423 72 52
Binary 1110110 101101 10101011 11111 1001010 0 100001 100010011 111010 101010

Color Harmonies of #762DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DAB

Black with #762DAB

Text Example


Text Example

White with #762DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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