Html Css Color HEX #762BA4 Royal Purple

📋 copy color: '#762BA4'

red 118 ◦ green 43 ◦ blue 164

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

Shades of Royal Purple #762BA4

Tints of Royal Purple #762BA4

RGB

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

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

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

R = 36.31%
G = 13.23%
B = 50.46%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#762BA4 (or 0x762BA4) is known color: Royal Purple. HEX triplet: 76, 2B and A4. RGB value is (118,43,164). Sum of RGB (Red+Green+Blue) = 118+43+164=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #762BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BA4 is #89D45B. Grayscale: #4E4E4E. Windows color (decimal): -9032796 or 10759030. OLE color: 10759030.

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

Color convert

RGB 118 43 164 -
CMYK 0.28 0.74 0 0.36
HSL 277.19º 0.58% 0.41% -
HSV(B) 277.19º 0.74% 0.64% -
XYZ 15.04 8.26 35.92 -
YUV 79.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 118 43 164 0.28 0.74 0 0.36 277.19 0.58 0.41
Hex 76 2B A4 1C 4A 0 24 115 3A 29
Octal 166 53 244 34 112 0 44 425 72 51
Binary 1110110 101011 10100100 11100 1001010 0 100100 100010101 111010 101001

Color Harmonies of #762BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BA4

Black with #762BA4

Text Example


Text Example

White with #762BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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