Html Css Color HEX #790465 Purple

📋 copy color: '#790465'

red 121 ◦ green 4 ◦ blue 101

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

Shades of Purple #790465

Tints of Purple #790465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 53.54%
G = 1.77%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#790465 (or 0x790465) is known color: Purple. HEX triplet: 79, 04 and 65. RGB value is (121,4,101). Sum of RGB (Red+Green+Blue) = 121+4+101=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790465 is #86FB9A. Grayscale: #313131. Windows color (decimal): -8846235 or 6620281. OLE color: 6620281.

HSL color Cylindrical-coordinate representation of color #790465: hue angle of 310.26º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790465 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 101 -
CMYK 0 0.97 0.17 0.53
HSL 310.26º 0.94% 0.25% -
HSV(B) 310.26º 0.97% 0.47% -
XYZ 10.28 5.09 12.75 -
YUV 50.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 121 4 101 0 0.97 0.17 0.53 310.26 0.94 0.25
Hex 79 4 65 0 61 11 35 136 5E 19
Octal 171 4 145 0 141 21 65 466 136 31
Binary 1111001 100 1100101 0 1100001 10001 110101 100110110 1011110 11001

Color Harmonies of #790465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790465

Black with #790465

Text Example


Text Example

White with #790465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790465; }

 p { color: rgb(121,4,101); }

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

background-color css

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

 a { background-color: rgb(121,4,101); }

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

border-color css

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

 span { border-color: rgb(121,4,101); }

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