Html Css Color HEX #783B6A Palatinate Purple

📋 copy color: '#783B6A'

red 120 ◦ green 59 ◦ blue 106

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

Shades of Palatinate Purple #783B6A

Tints of Palatinate Purple #783B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 42.11%
G = 20.7%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#783B6A (or 0x783B6A) is known color: Palatinate Purple. HEX triplet: 78, 3B and 6A. RGB value is (120,59,106). Sum of RGB (Red+Green+Blue) = 120+59+106=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #783B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B6A is #87C495. Grayscale: #525252. Windows color (decimal): -8897686 or 6962040. OLE color: 6962040.

HSL color Cylindrical-coordinate representation of color #783B6A: hue angle of 313.77º 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 #783B6A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 59 106 -
CMYK 0 0.51 0.12 0.53
HSL 313.77º 0.34% 0.35% -
HSV(B) 313.77º 0.51% 0.47% -
XYZ 11.91 8.16 14.58 -
YUV 82.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 120 59 106 0 0.51 0.12 0.53 313.77 0.34 0.35
Hex 78 3B 6A 0 33 C 35 13A 22 23
Octal 170 73 152 0 63 14 65 472 42 43
Binary 1111000 111011 1101010 0 110011 1100 110101 100111010 100010 100011

Color Harmonies of #783B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B6A

Black with #783B6A

Text Example


Text Example

White with #783B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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