Html Css Color HEX #790385 Purple

📋 copy color: '#790385'

red 121 ◦ green 3 ◦ blue 133

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

Shades of Purple #790385

Tints of Purple #790385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 47.08%
G = 1.17%
B = 51.75%

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

#790385 (or 0x790385) is known color: Purple. HEX triplet: 79, 03 and 85. RGB value is (121,3,133). Sum of RGB (Red+Green+Blue) = 121+3+133=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #790385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790385 is #86FC7A. Grayscale: #343434. Windows color (decimal): -8846459 or 8717177. OLE color: 8717177.

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

Color convert

RGB 121 3 133 -
CMYK 0.09 0.98 0 0.48
HSL 294.46º 0.96% 0.27% -
HSV(B) 294.46º 0.98% 0.52% -
XYZ 12.15 5.82 22.67 -
YUV 53.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 121 3 133 0.09 0.98 0 0.48 294.46 0.96 0.27
Hex 79 3 85 9 62 0 30 126 60 1B
Octal 171 3 205 11 142 0 60 446 140 33
Binary 1111001 11 10000101 1001 1100010 0 110000 100100110 1100000 11011

Color Harmonies of #790385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790385

Black with #790385

Text Example


Text Example

White with #790385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790385; }

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

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

background-color css

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

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

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

border-color css

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

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

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