Html Css Color HEX #782C71 Dark Purple

📋 copy color: '#782C71'

red 120 ◦ green 44 ◦ blue 113

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

Shades of Dark Purple #782C71

Tints of Dark Purple #782C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 43.32%
G = 15.88%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#782C71 (or 0x782C71) is known color: Dark Purple. HEX triplet: 78, 2C and 71. RGB value is (120,44,113). Sum of RGB (Red+Green+Blue) = 120+44+113=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #782C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C71 is #87D38E. Grayscale: #4A4A4A. Windows color (decimal): -8901519 or 7416952. OLE color: 7416952.

HSL color Cylindrical-coordinate representation of color #782C71: hue angle of 305.53º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C71 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 44 113 -
CMYK 0 0.63 0.06 0.53
HSL 305.53º 0.46% 0.32% -
HSV(B) 305.53º 0.63% 0.47% -
XYZ 11.63 6.99 16.36 -
YUV 74.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 120 44 113 0 0.63 0.06 0.53 305.53 0.46 0.32
Hex 78 2C 71 0 3F 6 35 132 2E 20
Octal 170 54 161 0 77 6 65 462 56 40
Binary 1111000 101100 1110001 0 111111 110 110101 100110010 101110 100000

Color Harmonies of #782C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C71

Black with #782C71

Text Example


Text Example

White with #782C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782C71; }

 p { color: rgb(120,44,113); }

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

background-color css

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

 a { background-color: rgb(120,44,113); }

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

border-color css

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

 span { border-color: rgb(120,44,113); }

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