Html Css Color HEX #782C72 Dark Purple

📋 copy color: '#782C72'

red 120 ◦ green 44 ◦ blue 114

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

Shades of Dark Purple #782C72

Tints of Dark Purple #782C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.01%

R = 43.17%
G = 15.83%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#782C72 (or 0x782C72) is known color: Dark Purple. HEX triplet: 78, 2C and 72. RGB value is (120,44,114). Sum of RGB (Red+Green+Blue) = 120+44+114=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #782C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C72 is #87D38D. Grayscale: #4A4A4A. Windows color (decimal): -8901518 or 7482488. OLE color: 7482488.

HSL color Cylindrical-coordinate representation of color #782C72: hue angle of 304.74º 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 #782C72 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 44 114 -
CMYK 0 0.63 0.05 0.53
HSL 304.74º 0.46% 0.32% -
HSV(B) 304.74º 0.63% 0.47% -
XYZ 11.68 7.01 16.66 -
YUV 74.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 120 44 114 0 0.63 0.05 0.53 304.74 0.46 0.32
Hex 78 2C 72 0 3F 5 35 131 2E 20
Octal 170 54 162 0 77 5 65 461 56 40
Binary 1111000 101100 1110010 0 111111 101 110101 100110001 101110 100000

Color Harmonies of #782C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C72

Black with #782C72

Text Example


Text Example

White with #782C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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