Html Css Color HEX #790185 Purple

📋 copy color: '#790185'

red 121 ◦ green 1 ◦ blue 133

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

Shades of Purple #790185

Tints of Purple #790185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 47.45%
G = 0.39%
B = 52.16%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790185 (or 0x790185) is known color: Purple. HEX triplet: 79, 01 and 85. RGB value is (121,1,133). Sum of RGB (Red+Green+Blue) = 121+1+133=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #790185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790185 is #86FE7A. Grayscale: #333333. Windows color (decimal): -8846971 or 8716665. OLE color: 8716665.

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

Color convert

RGB 121 1 133 -
CMYK 0.09 0.99 0 0.48
HSL 294.55º 0.99% 0.26% -
HSV(B) 294.55º 0.99% 0.52% -
XYZ 12.13 5.78 22.67 -
YUV 51.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 121 1 133 0.09 0.99 0 0.48 294.55 0.99 0.26
Hex 79 1 85 9 63 0 30 127 63 1A
Octal 171 1 205 11 143 0 60 447 143 32
Binary 1111001 1 10000101 1001 1100011 0 110000 100100111 1100011 11010

Color Harmonies of #790185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790185

Black with #790185

Text Example


Text Example

White with #790185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790185; }

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

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

background-color css

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

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

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

border-color css

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

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

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