Html Css Color HEX #782C61 Palatinate Purple

📋 copy color: '#782C61'

red 120 ◦ green 44 ◦ blue 97

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

Shades of Palatinate Purple #782C61

Tints of Palatinate Purple #782C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 45.98%
G = 16.86%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#782C61 (or 0x782C61) is known color: Palatinate Purple. HEX triplet: 78, 2C and 61. RGB value is (120,44,97). Sum of RGB (Red+Green+Blue) = 120+44+97=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #782C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C61 is #87D39E. Grayscale: #484848. Windows color (decimal): -8901535 or 6368376. OLE color: 6368376.

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

Color convert

RGB 120 44 97 -
CMYK 0 0.63 0.19 0.53
HSL 318.16º 0.46% 0.32% -
HSV(B) 318.16º 0.63% 0.47% -
XYZ 10.8 6.66 12.02 -
YUV 72.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 120 44 97 0 0.63 0.19 0.53 318.16 0.46 0.32
Hex 78 2C 61 0 3F 13 35 13E 2E 20
Octal 170 54 141 0 77 23 65 476 56 40
Binary 1111000 101100 1100001 0 111111 10011 110101 100111110 101110 100000

Color Harmonies of #782C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C61

Black with #782C61

Text Example


Text Example

White with #782C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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