Html Css Color HEX #782E6E Palatinate Purple

📋 copy color: '#782E6E'

red 120 ◦ green 46 ◦ blue 110

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

Shades of Palatinate Purple #782E6E

Tints of Palatinate Purple #782E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 43.48%
G = 16.67%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#782E6E (or 0x782E6E) is known color: Palatinate Purple. HEX triplet: 78, 2E and 6E. RGB value is (120,46,110). Sum of RGB (Red+Green+Blue) = 120+46+110=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #782E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E6E is #87D191. Grayscale: #4B4B4B. Windows color (decimal): -8901010 or 7220856. OLE color: 7220856.

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

Color convert

RGB 120 46 110 -
CMYK 0 0.62 0.08 0.53
HSL 308.11º 0.45% 0.33% -
HSV(B) 308.11º 0.62% 0.47% -
XYZ 11.54 7.07 15.51 -
YUV 75.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 120 46 110 0 0.62 0.08 0.53 308.11 0.45 0.33
Hex 78 2E 6E 0 3E 8 35 134 2D 21
Octal 170 56 156 0 76 10 65 464 55 41
Binary 1111000 101110 1101110 0 111110 1000 110101 100110100 101101 100001

Color Harmonies of #782E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782E6E

Black with #782E6E

Text Example


Text Example

White with #782E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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