Html Css Color HEX #792BA5 Royal Purple

📋 copy color: '#792BA5'

red 121 ◦ green 43 ◦ blue 165

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

Shades of Royal Purple #792BA5

Tints of Royal Purple #792BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

 BLUE value IS 165 (64.84% from 255) = 50.15%

R = 36.78%
G = 13.07%
B = 50.15%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#792BA5 (or 0x792BA5) is known color: Royal Purple. HEX triplet: 79, 2B and A5. RGB value is (121,43,165). Sum of RGB (Red+Green+Blue) = 121+43+165=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #792BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792BA5 is #86D45A. Grayscale: #4F4F4F. Windows color (decimal): -8836187 or 10824569. OLE color: 10824569.

HSL color Cylindrical-coordinate representation of color #792BA5: hue angle of 278.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792BA5 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 43 165 -
CMYK 0.27 0.74 0 0.35
HSL 278.36º 0.59% 0.41% -
HSV(B) 278.36º 0.74% 0.65% -
XYZ 15.54 8.51 36.42 -
YUV 80.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 121 43 165 0.27 0.74 0 0.35 278.36 0.59 0.41
Hex 79 2B A5 1B 4A 0 23 116 3B 29
Octal 171 53 245 33 112 0 43 426 73 51
Binary 1111001 101011 10100101 11011 1001010 0 100011 100010110 111011 101001

Color Harmonies of #792BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792BA5

Black with #792BA5

Text Example


Text Example

White with #792BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792BA5; }

 p { color: rgb(121,43,165); }

 H1.HeaderClassName
 {
   color: #792BA5;
 }
 .AnyTagClassName
 {
   color: #792BA5;
 }
</style>

background-color css

<style>
 a { background-color: #792BA5; }

 a { background-color: rgb(121,43,165); }

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

border-color css

<style>
 span { border-color: #792BA5; }

 span { border-color: rgb(121,43,165); }

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