Html Css Color HEX #782C5D Palatinate Purple

📋 copy color: '#782C5D'

red 120 ◦ green 44 ◦ blue 93

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

Shades of Palatinate Purple #782C5D

Tints of Palatinate Purple #782C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 46.69%
G = 17.12%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#782C5D (or 0x782C5D) is known color: Palatinate Purple. HEX triplet: 78, 2C and 5D. RGB value is (120,44,93). Sum of RGB (Red+Green+Blue) = 120+44+93=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #782C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C5D is #87D3A2. Grayscale: #484848. Windows color (decimal): -8901539 or 6106232. OLE color: 6106232.

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

Color convert

RGB 120 44 93 -
CMYK 0 0.63 0.22 0.53
HSL 321.32º 0.46% 0.32% -
HSV(B) 321.32º 0.63% 0.47% -
XYZ 10.62 6.58 11.07 -
YUV 72.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 120 44 93 0 0.63 0.22 0.53 321.32 0.46 0.32
Hex 78 2C 5D 0 3F 16 35 141 2E 20
Octal 170 54 135 0 77 26 65 501 56 40
Binary 1111000 101100 1011101 0 111111 10110 110101 101000001 101110 100000

Color Harmonies of #782C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C5D

Black with #782C5D

Text Example


Text Example

White with #782C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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