Html Css Color HEX #783B68 Palatinate Purple

📋 copy color: '#783B68'

red 120 ◦ green 59 ◦ blue 104

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

Shades of Palatinate Purple #783B68

Tints of Palatinate Purple #783B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

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

R = 42.4%
G = 20.85%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#783B68 (or 0x783B68) is known color: Palatinate Purple. HEX triplet: 78, 3B and 68. RGB value is (120,59,104). Sum of RGB (Red+Green+Blue) = 120+59+104=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #783B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B68 is #87C497. Grayscale: #525252. Windows color (decimal): -8897688 or 6830968. OLE color: 6830968.

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

Color convert

RGB 120 59 104 -
CMYK 0 0.51 0.13 0.53
HSL 315.74º 0.34% 0.35% -
HSV(B) 315.74º 0.51% 0.47% -
XYZ 11.81 8.12 14.04 -
YUV 82.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 120 59 104 0 0.51 0.13 0.53 315.74 0.34 0.35
Hex 78 3B 68 0 33 D 35 13C 22 23
Octal 170 73 150 0 63 15 65 474 42 43
Binary 1111000 111011 1101000 0 110011 1101 110101 100111100 100010 100011

Color Harmonies of #783B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B68

Black with #783B68

Text Example


Text Example

White with #783B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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