Html Css Color HEX #793AAF Royal Purple

📋 copy color: '#793AAF'

red 121 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #793AAF

Tints of Royal Purple #793AAF

RGB

 RED value IS 121 (47.66% from 255) = 34.18%

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

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

R = 34.18%
G = 16.38%
B = 49.44%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#793AAF (or 0x793AAF) is known color: Royal Purple. HEX triplet: 79, 3A and AF. RGB value is (121,58,175). Sum of RGB (Red+Green+Blue) = 121+58+175=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #793AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793AAF is #86C550. Grayscale: #595959. Windows color (decimal): -8832337 or 11483769. OLE color: 11483769.

HSL color Cylindrical-coordinate representation of color #793AAF: hue angle of 272.31º 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 #793AAF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 58 175 -
CMYK 0.31 0.67 0 0.31
HSL 272.31º 0.5% 0.46% -
HSV(B) 272.31º 0.67% 0.69% -
XYZ 17.14 10.19 41.62 -
YUV 90.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 121 58 175 0.31 0.67 0 0.31 272.31 0.5 0.46
Hex 79 3A AF 1F 43 0 1F 110 32 2E
Octal 171 72 257 37 103 0 37 420 62 56
Binary 1111001 111010 10101111 11111 1000011 0 11111 100010000 110010 101110

Color Harmonies of #793AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AAF

Black with #793AAF

Text Example


Text Example

White with #793AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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