Html Css Color HEX #782870 Dark Purple

📋 copy color: '#782870'

red 120 ◦ green 40 ◦ blue 112

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

Shades of Dark Purple #782870

Tints of Dark Purple #782870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 44.12%
G = 14.71%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#782870 (or 0x782870) is known color: Dark Purple. HEX triplet: 78, 28 and 70. RGB value is (120,40,112). Sum of RGB (Red+Green+Blue) = 120+40+112=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #782870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782870 is #87D78F. Grayscale: #474747. Windows color (decimal): -8902544 or 7350392. OLE color: 7350392.

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

Color convert

RGB 120 40 112 -
CMYK 0 0.67 0.07 0.53
HSL 306º 0.5% 0.31% -
HSV(B) 306º 0.67% 0.47% -
XYZ 11.43 6.68 16.02 -
YUV 72.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 120 40 112 0 0.67 0.07 0.53 306 0.5 0.31
Hex 78 28 70 0 43 7 35 132 32 1F
Octal 170 50 160 0 103 7 65 462 62 37
Binary 1111000 101000 1110000 0 1000011 111 110101 100110010 110010 11111

Color Harmonies of #782870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782870

Black with #782870

Text Example


Text Example

White with #782870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782870; }

 p { color: rgb(120,40,112); }

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

background-color css

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

 a { background-color: rgb(120,40,112); }

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

border-color css

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

 span { border-color: rgb(120,40,112); }

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