Html Css Color HEX #791985 Purple

📋 copy color: '#791985'

red 121 ◦ green 25 ◦ blue 133

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

Shades of Purple #791985

Tints of Purple #791985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 43.37%
G = 8.96%
B = 47.67%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791985 (or 0x791985) is known color: Purple. HEX triplet: 79, 19 and 85. RGB value is (121,25,133). Sum of RGB (Red+Green+Blue) = 121+25+133=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #791985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791985 is #86E67A. Grayscale: #414141. Windows color (decimal): -8840827 or 8722809. OLE color: 8722809.

HSL color Cylindrical-coordinate representation of color #791985: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791985 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 25 133 -
CMYK 0.09 0.81 0 0.48
HSL 293.33º 0.68% 0.31% -
HSV(B) 293.33º 0.81% 0.52% -
XYZ 12.47 6.45 22.78 -
YUV 66.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 121 25 133 0.09 0.81 0 0.48 293.33 0.68 0.31
Hex 79 19 85 9 51 0 30 125 44 1F
Octal 171 31 205 11 121 0 60 445 104 37
Binary 1111001 11001 10000101 1001 1010001 0 110000 100100101 1000100 11111

Color Harmonies of #791985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791985

Black with #791985

Text Example


Text Example

White with #791985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791985; }

 p { color: rgb(121,25,133); }

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

background-color css

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

 a { background-color: rgb(121,25,133); }

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

border-color css

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

 span { border-color: rgb(121,25,133); }

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