Html Css Color HEX #783C68 Palatinate Purple

📋 copy color: '#783C68'

red 120 ◦ green 60 ◦ blue 104

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

Shades of Palatinate Purple #783C68

Tints of Palatinate Purple #783C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 42.25%
G = 21.13%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#783C68 (or 0x783C68) is known color: Palatinate Purple. HEX triplet: 78, 3C and 68. RGB value is (120,60,104). Sum of RGB (Red+Green+Blue) = 120+60+104=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #783C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C68 is #87C397. Grayscale: #525252. Windows color (decimal): -8897432 or 6831224. OLE color: 6831224.

HSL color Cylindrical-coordinate representation of color #783C68: hue angle of 316º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C68 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 60 104 -
CMYK 0 0.5 0.13 0.53
HSL 316º 0.33% 0.35% -
HSV(B) 316º 0.5% 0.47% -
XYZ 11.86 8.22 14.06 -
YUV 82.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 120 60 104 0 0.5 0.13 0.53 316 0.33 0.35
Hex 78 3C 68 0 32 D 35 13C 21 23
Octal 170 74 150 0 62 15 65 474 41 43
Binary 1111000 111100 1101000 0 110010 1101 110101 100111100 100001 100011

Color Harmonies of #783C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C68

Black with #783C68

Text Example


Text Example

White with #783C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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