Html Css Color HEX #783A6C Palatinate Purple

📋 copy color: '#783A6C'

red 120 ◦ green 58 ◦ blue 108

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

Shades of Palatinate Purple #783A6C

Tints of Palatinate Purple #783A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 41.96%
G = 20.28%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#783A6C (or 0x783A6C) is known color: Palatinate Purple. HEX triplet: 78, 3A and 6C. RGB value is (120,58,108). Sum of RGB (Red+Green+Blue) = 120+58+108=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #783A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A6C is #87C593. Grayscale: #525252. Windows color (decimal): -8897940 or 7092856. OLE color: 7092856.

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

Color convert

RGB 120 58 108 -
CMYK 0 0.52 0.10 0.53
HSL 311.61º 0.35% 0.35% -
HSV(B) 311.61º 0.52% 0.47% -
XYZ 11.97 8.1 15.12 -
YUV 82.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 120 58 108 0 0.52 0.10 0.53 311.61 0.35 0.35
Hex 78 3A 6C 0 34 A 35 138 23 23
Octal 170 72 154 0 64 12 65 470 43 43
Binary 1111000 111010 1101100 0 110100 1010 110101 100111000 100011 100011

Color Harmonies of #783A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A6C

Black with #783A6C

Text Example


Text Example

White with #783A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,58,108); }

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

background-color css

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

 a { background-color: rgb(120,58,108); }

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

border-color css

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

 span { border-color: rgb(120,58,108); }

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