Html Css Color HEX #782E6D Palatinate Purple

📋 copy color: '#782E6D'

red 120 ◦ green 46 ◦ blue 109

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

Shades of Palatinate Purple #782E6D

Tints of Palatinate Purple #782E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 43.64%
G = 16.73%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#782E6D (or 0x782E6D) is known color: Palatinate Purple. HEX triplet: 78, 2E and 6D. RGB value is (120,46,109). Sum of RGB (Red+Green+Blue) = 120+46+109=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #782E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E6D is #87D192. Grayscale: #4B4B4B. Windows color (decimal): -8901011 or 7155320. OLE color: 7155320.

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

Color convert

RGB 120 46 109 -
CMYK 0 0.62 0.09 0.53
HSL 308.92º 0.45% 0.33% -
HSV(B) 308.92º 0.62% 0.47% -
XYZ 11.48 7.05 15.22 -
YUV 75.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 120 46 109 0 0.62 0.09 0.53 308.92 0.45 0.33
Hex 78 2E 6D 0 3E 9 35 135 2D 21
Octal 170 56 155 0 76 11 65 465 55 41
Binary 1111000 101110 1101101 0 111110 1001 110101 100110101 101101 100001

Color Harmonies of #782E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782E6D

Black with #782E6D

Text Example


Text Example

White with #782E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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