Html Css Color HEX #762DAF Royal Purple

📋 copy color: '#762DAF'

red 118 ◦ green 45 ◦ blue 175

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

Shades of Royal Purple #762DAF

Tints of Royal Purple #762DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 34.91%
G = 13.31%
B = 51.78%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#762DAF (or 0x762DAF) is known color: Royal Purple. HEX triplet: 76, 2D and AF. RGB value is (118,45,175). Sum of RGB (Red+Green+Blue) = 118+45+175=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #762DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAF is #89D250. Grayscale: #515151. Windows color (decimal): -9032273 or 11480438. OLE color: 11480438.

HSL color Cylindrical-coordinate representation of color #762DAF: hue angle of 273.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762DAF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 45 175 -
CMYK 0.33 0.74 0 0.31
HSL 273.69º 0.59% 0.43% -
HSV(B) 273.69º 0.74% 0.69% -
XYZ 16.15 8.82 41.41 -
YUV 81.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 118 45 175 0.33 0.74 0 0.31 273.69 0.59 0.43
Hex 76 2D AF 21 4A 0 1F 112 3B 2B
Octal 166 55 257 41 112 0 37 422 73 53
Binary 1110110 101101 10101111 100001 1001010 0 11111 100010010 111011 101011

Color Harmonies of #762DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DAF

Black with #762DAF

Text Example


Text Example

White with #762DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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