Html Css Color HEX #791385 Purple

📋 copy color: '#791385'

red 121 ◦ green 19 ◦ blue 133

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

Shades of Purple #791385

Tints of Purple #791385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 44.32%
G = 6.96%
B = 48.72%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791385 (or 0x791385) is known color: Purple. HEX triplet: 79, 13 and 85. RGB value is (121,19,133). Sum of RGB (Red+Green+Blue) = 121+19+133=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #791385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791385 is #86EC7A. Grayscale: #3E3E3E. Windows color (decimal): -8842363 or 8721273. OLE color: 8721273.

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

Color convert

RGB 121 19 133 -
CMYK 0.09 0.86 0 0.48
HSL 293.68º 0.75% 0.3% -
HSV(B) 293.68º 0.86% 0.52% -
XYZ 12.35 6.22 22.74 -
YUV 62.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 121 19 133 0.09 0.86 0 0.48 293.68 0.75 0.3
Hex 79 13 85 9 56 0 30 126 4B 1E
Octal 171 23 205 11 126 0 60 446 113 36
Binary 1111001 10011 10000101 1001 1010110 0 110000 100100110 1001011 11110

Color Harmonies of #791385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791385

Black with #791385

Text Example


Text Example

White with #791385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791385; }

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

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

background-color css

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

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

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

border-color css

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

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

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