Html Css Color HEX #78256D Dark Purple

📋 copy color: '#78256D'

red 120 ◦ green 37 ◦ blue 109

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

Shades of Dark Purple #78256D

Tints of Dark Purple #78256D

RGB

 RED value IS 120 (47.27% from 255) = 45.11%

 GREEN value IS 37 (14.84% from 255) = 13.91%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 45.11%
G = 13.91%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78256D (or 0x78256D) is known color: Dark Purple. HEX triplet: 78, 25 and 6D. RGB value is (120,37,109). Sum of RGB (Red+Green+Blue) = 120+37+109=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78256D is #87DA92. Grayscale: #454545. Windows color (decimal): -8903315 or 7153016. OLE color: 7153016.

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

Color convert

RGB 120 37 109 -
CMYK 0 0.69 0.09 0.53
HSL 307.95º 0.53% 0.31% -
HSV(B) 307.95º 0.69% 0.47% -
XYZ 11.17 6.42 15.12 -
YUV 70.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 120 37 109 0 0.69 0.09 0.53 307.95 0.53 0.31
Hex 78 25 6D 0 45 9 35 134 35 1F
Octal 170 45 155 0 105 11 65 464 65 37
Binary 1111000 100101 1101101 0 1000101 1001 110101 100110100 110101 11111

Color Harmonies of #78256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78256D

Black with #78256D

Text Example


Text Example

White with #78256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78256D; }

 p { color: rgb(120,37,109); }

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

background-color css

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

 a { background-color: rgb(120,37,109); }

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

border-color css

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

 span { border-color: rgb(120,37,109); }

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