Html Css Color HEX #793BAF Royal Purple

📋 copy color: '#793BAF'

red 121 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #793BAF

Tints of Royal Purple #793BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

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

R = 34.08%
G = 16.62%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#793BAF (or 0x793BAF) is known color: Royal Purple. HEX triplet: 79, 3B and AF. RGB value is (121,59,175). Sum of RGB (Red+Green+Blue) = 121+59+175=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #793BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAF is #86C450. Grayscale: #5A5A5A. Windows color (decimal): -8832081 or 11484025. OLE color: 11484025.

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

Color convert

RGB 121 59 175 -
CMYK 0.31 0.66 0 0.31
HSL 272.07º 0.5% 0.46% -
HSV(B) 272.07º 0.66% 0.69% -
XYZ 17.19 10.29 41.64 -
YUV 90.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 121 59 175 0.31 0.66 0 0.31 272.07 0.5 0.46
Hex 79 3B AF 1F 42 0 1F 110 32 2E
Octal 171 73 257 37 102 0 37 420 62 56
Binary 1111001 111011 10101111 11111 1000010 0 11111 100010000 110010 101110

Color Harmonies of #793BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BAF

Black with #793BAF

Text Example


Text Example

White with #793BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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