Html Css Color HEX #792775 Dark Purple

📋 copy color: '#792775'

red 121 ◦ green 39 ◦ blue 117

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

Shades of Dark Purple #792775

Tints of Dark Purple #792775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 43.68%
G = 14.08%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#792775 (or 0x792775) is known color: Dark Purple. HEX triplet: 79, 27 and 75. RGB value is (121,39,117). Sum of RGB (Red+Green+Blue) = 121+39+117=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #792775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792775 is #86D88A. Grayscale: #484848. Windows color (decimal): -8837259 or 7677817. OLE color: 7677817.

HSL color Cylindrical-coordinate representation of color #792775: hue angle of 302.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792775 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 39 117 -
CMYK 0 0.68 0.03 0.53
HSL 302.93º 0.51% 0.31% -
HSV(B) 302.93º 0.68% 0.47% -
XYZ 11.82 6.8 17.52 -
YUV 72.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 121 39 117 0 0.68 0.03 0.53 302.93 0.51 0.31
Hex 79 27 75 0 44 3 35 12F 33 1F
Octal 171 47 165 0 104 3 65 457 63 37
Binary 1111001 100111 1110101 0 1000100 11 110101 100101111 110011 11111

Color Harmonies of #792775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792775

Black with #792775

Text Example


Text Example

White with #792775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792775; }

 p { color: rgb(121,39,117); }

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

background-color css

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

 a { background-color: rgb(121,39,117); }

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

border-color css

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

 span { border-color: rgb(121,39,117); }

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