Html Css Color HEX #790285 Purple

📋 copy color: '#790285'

red 121 ◦ green 2 ◦ blue 133

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

Shades of Purple #790285

Tints of Purple #790285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 47.27%
G = 0.78%
B = 51.95%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790285 (or 0x790285) is known color: Purple. HEX triplet: 79, 02 and 85. RGB value is (121,2,133). Sum of RGB (Red+Green+Blue) = 121+2+133=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #790285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790285 is #86FD7A. Grayscale: #343434. Windows color (decimal): -8846715 or 8716921. OLE color: 8716921.

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

Color convert

RGB 121 2 133 -
CMYK 0.09 0.98 0 0.48
HSL 294.5º 0.97% 0.26% -
HSV(B) 294.5º 0.98% 0.52% -
XYZ 12.14 5.8 22.67 -
YUV 52.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 121 2 133 0.09 0.98 0 0.48 294.5 0.97 0.26
Hex 79 2 85 9 62 0 30 127 61 1A
Octal 171 2 205 11 142 0 60 447 141 32
Binary 1111001 10 10000101 1001 1100010 0 110000 100100111 1100001 11010

Color Harmonies of #790285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790285

Black with #790285

Text Example


Text Example

White with #790285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790285; }

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

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

background-color css

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

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

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

border-color css

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

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

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