Html Css Color HEX #79287B Dark Purple

📋 copy color: '#79287B'

red 121 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #79287B

Tints of Dark Purple #79287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 42.61%
G = 14.08%
B = 43.31%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79287B (or 0x79287B) is known color: Dark Purple. HEX triplet: 79, 28 and 7B. RGB value is (121,40,123). Sum of RGB (Red+Green+Blue) = 121+40+123=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #79287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79287B is #86D784. Grayscale: #494949. Windows color (decimal): -8836997 or 8071289. OLE color: 8071289.

HSL color Cylindrical-coordinate representation of color #79287B: hue angle of 298.55º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79287B is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 40 123 -
CMYK 0.02 0.67 0 0.52
HSL 298.55º 0.51% 0.32% -
HSV(B) 298.55º 0.67% 0.48% -
XYZ 12.22 7.01 19.45 -
YUV 73.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 121 40 123 0.02 0.67 0 0.52 298.55 0.51 0.32
Hex 79 28 7B 2 43 0 34 12B 33 20
Octal 171 50 173 2 103 0 64 453 63 40
Binary 1111001 101000 1111011 10 1000011 0 110100 100101011 110011 100000

Color Harmonies of #79287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79287B

Black with #79287B

Text Example


Text Example

White with #79287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79287B; }

 p { color: rgb(121,40,123); }

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

background-color css

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

 a { background-color: rgb(121,40,123); }

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

border-color css

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

 span { border-color: rgb(121,40,123); }

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