Html Css Color HEX #762CAF Royal Purple

📋 copy color: '#762CAF'

red 118 ◦ green 44 ◦ blue 175

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

Shades of Royal Purple #762CAF

Tints of Royal Purple #762CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

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

R = 35.01%
G = 13.06%
B = 51.93%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#762CAF (or 0x762CAF) is known color: Royal Purple. HEX triplet: 76, 2C and AF. RGB value is (118,44,175). Sum of RGB (Red+Green+Blue) = 118+44+175=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #762CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CAF is #89D350. Grayscale: #505050. Windows color (decimal): -9032529 or 11480182. OLE color: 11480182.

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

Color convert

RGB 118 44 175 -
CMYK 0.33 0.75 0 0.31
HSL 273.89º 0.6% 0.43% -
HSV(B) 273.89º 0.75% 0.69% -
XYZ 16.11 8.75 41.4 -
YUV 81.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 118 44 175 0.33 0.75 0 0.31 273.89 0.6 0.43
Hex 76 2C AF 21 4B 0 1F 112 3C 2B
Octal 166 54 257 41 113 0 37 422 74 53
Binary 1110110 101100 10101111 100001 1001011 0 11111 100010010 111100 101011

Color Harmonies of #762CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CAF

Black with #762CAF

Text Example


Text Example

White with #762CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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