Html Css Color HEX #762DA4 Royal Purple

📋 copy color: '#762DA4'

red 118 ◦ green 45 ◦ blue 164

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

Shades of Royal Purple #762DA4

Tints of Royal Purple #762DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 36.09%
G = 13.76%
B = 50.15%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#762DA4 (or 0x762DA4) is known color: Royal Purple. HEX triplet: 76, 2D and A4. RGB value is (118,45,164). Sum of RGB (Red+Green+Blue) = 118+45+164=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #762DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DA4 is #89D25B. Grayscale: #4F4F4F. Windows color (decimal): -9032284 or 10759542. OLE color: 10759542.

HSL color Cylindrical-coordinate representation of color #762DA4: hue angle of 276.81º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762DA4 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 45 164 -
CMYK 0.28 0.73 0 0.36
HSL 276.81º 0.57% 0.41% -
HSV(B) 276.81º 0.73% 0.64% -
XYZ 15.11 8.41 35.95 -
YUV 80.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 118 45 164 0.28 0.73 0 0.36 276.81 0.57 0.41
Hex 76 2D A4 1C 49 0 24 115 39 29
Octal 166 55 244 34 111 0 44 425 71 51
Binary 1110110 101101 10100100 11100 1001001 0 100100 100010101 111001 101001

Color Harmonies of #762DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DA4

Black with #762DA4

Text Example


Text Example

White with #762DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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