Html Css Color HEX #790F62 Dark Purple

📋 copy color: '#790F62'

red 121 ◦ green 15 ◦ blue 98

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

Shades of Dark Purple #790F62

Tints of Dark Purple #790F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 51.71%
G = 6.41%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#790F62 (or 0x790F62) is known color: Dark Purple. HEX triplet: 79, 0F and 62. RGB value is (121,15,98). Sum of RGB (Red+Green+Blue) = 121+15+98=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #790F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F62 is #86F09D. Grayscale: #373737. Windows color (decimal): -8843422 or 6426489. OLE color: 6426489.

HSL color Cylindrical-coordinate representation of color #790F62: hue angle of 313.02º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F62 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 15 98 -
CMYK 0 0.88 0.19 0.53
HSL 313.02º 0.78% 0.27% -
HSV(B) 313.02º 0.88% 0.47% -
XYZ 10.26 5.29 12.04 -
YUV 56.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 121 15 98 0 0.88 0.19 0.53 313.02 0.78 0.27
Hex 79 F 62 0 58 13 35 139 4E 1B
Octal 171 17 142 0 130 23 65 471 116 33
Binary 1111001 1111 1100010 0 1011000 10011 110101 100111001 1001110 11011

Color Harmonies of #790F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F62

Black with #790F62

Text Example


Text Example

White with #790F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790F62; }

 p { color: rgb(121,15,98); }

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

background-color css

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

 a { background-color: rgb(121,15,98); }

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

border-color css

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

 span { border-color: rgb(121,15,98); }

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