Html Css Color HEX #763AAF Royal Purple

📋 copy color: '#763AAF'

red 118 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #763AAF

Tints of Royal Purple #763AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

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

R = 33.62%
G = 16.52%
B = 49.86%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#763AAF (or 0x763AAF) is known color: Royal Purple. HEX triplet: 76, 3A and AF. RGB value is (118,58,175). Sum of RGB (Red+Green+Blue) = 118+58+175=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #763AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAF is #89C550. Grayscale: #585858. Windows color (decimal): -9028945 or 11483766. OLE color: 11483766.

HSL color Cylindrical-coordinate representation of color #763AAF: hue angle of 270.77º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763AAF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 58 175 -
CMYK 0.33 0.67 0 0.31
HSL 270.77º 0.5% 0.46% -
HSV(B) 270.77º 0.67% 0.69% -
XYZ 16.72 9.97 41.6 -
YUV 89.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 118 58 175 0.33 0.67 0 0.31 270.77 0.5 0.46
Hex 76 3A AF 21 43 0 1F 10F 32 2E
Octal 166 72 257 41 103 0 37 417 62 56
Binary 1110110 111010 10101111 100001 1000011 0 11111 100001111 110010 101110

Color Harmonies of #763AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AAF

Black with #763AAF

Text Example


Text Example

White with #763AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763AAF; }

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

 H1.HeaderClassName
 {
   color: #763AAF;
 }
 .AnyTagClassName
 {
   color: #763AAF;
 }
</style>

background-color css

<style>
 a { background-color: #763AAF; }

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

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

border-color css

<style>
 span { border-color: #763AAF; }

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

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