Html Css Color HEX #782E61 Palatinate Purple

📋 copy color: '#782E61'

red 120 ◦ green 46 ◦ blue 97

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

Shades of Palatinate Purple #782E61

Tints of Palatinate Purple #782E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.49%

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

R = 45.63%
G = 17.49%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#782E61 (or 0x782E61) is known color: Palatinate Purple. HEX triplet: 78, 2E and 61. RGB value is (120,46,97). Sum of RGB (Red+Green+Blue) = 120+46+97=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #782E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E61 is #87D19E. Grayscale: #494949. Windows color (decimal): -8901023 or 6368888. OLE color: 6368888.

HSL color Cylindrical-coordinate representation of color #782E61: hue angle of 318.65º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E61 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 46 97 -
CMYK 0 0.62 0.19 0.53
HSL 318.65º 0.45% 0.33% -
HSV(B) 318.65º 0.62% 0.47% -
XYZ 10.88 6.81 12.05 -
YUV 73.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 120 46 97 0 0.62 0.19 0.53 318.65 0.45 0.33
Hex 78 2E 61 0 3E 13 35 13F 2D 21
Octal 170 56 141 0 76 23 65 477 55 41
Binary 1111000 101110 1100001 0 111110 10011 110101 100111111 101101 100001

Color Harmonies of #782E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782E61

Black with #782E61

Text Example


Text Example

White with #782E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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