Html Css Color HEX #782368 Palatinate Purple

📋 copy color: '#782368'

red 120 ◦ green 35 ◦ blue 104

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

Shades of Palatinate Purple #782368

Tints of Palatinate Purple #782368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 46.33%
G = 13.51%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#782368 (or 0x782368) is known color: Palatinate Purple. HEX triplet: 78, 23 and 68. RGB value is (120,35,104). Sum of RGB (Red+Green+Blue) = 120+35+104=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782368 is #87DC97. Grayscale: #444444. Windows color (decimal): -8903832 or 6824824. OLE color: 6824824.

HSL color Cylindrical-coordinate representation of color #782368: hue angle of 311.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782368 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 104 -
CMYK 0 0.71 0.13 0.53
HSL 311.29º 0.55% 0.3% -
HSV(B) 311.29º 0.71% 0.47% -
XYZ 10.85 6.19 13.72 -
YUV 68.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 120 35 104 0 0.71 0.13 0.53 311.29 0.55 0.3
Hex 78 23 68 0 47 D 35 137 37 1E
Octal 170 43 150 0 107 15 65 467 67 36
Binary 1111000 100011 1101000 0 1000111 1101 110101 100110111 110111 11110

Color Harmonies of #782368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782368

Black with #782368

Text Example


Text Example

White with #782368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782368; }

 p { color: rgb(120,35,104); }

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

background-color css

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

 a { background-color: rgb(120,35,104); }

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

border-color css

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

 span { border-color: rgb(120,35,104); }

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