Html Css Color HEX #78175B Palatinate Purple

📋 copy color: '#78175B'

red 120 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #78175B

Tints of Palatinate Purple #78175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 51.28%
G = 9.83%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78175B (or 0x78175B) is known color: Palatinate Purple. HEX triplet: 78, 17 and 5B. RGB value is (120,23,91). Sum of RGB (Red+Green+Blue) = 120+23+91=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78175B is #87E8A4. Grayscale: #3B3B3B. Windows color (decimal): -8906917 or 5969784. OLE color: 5969784.

HSL color Cylindrical-coordinate representation of color #78175B: hue angle of 317.94º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78175B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 91 -
CMYK 0 0.81 0.24 0.53
HSL 317.94º 0.68% 0.28% -
HSV(B) 317.94º 0.81% 0.47% -
XYZ 9.94 5.36 10.41 -
YUV 59.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 120 23 91 0 0.81 0.24 0.53 317.94 0.68 0.28
Hex 78 17 5B 0 51 18 35 13E 44 1C
Octal 170 27 133 0 121 30 65 476 104 34
Binary 1111000 10111 1011011 0 1010001 11000 110101 100111110 1000100 11100

Color Harmonies of #78175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78175B

Black with #78175B

Text Example


Text Example

White with #78175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78175B; }

 p { color: rgb(120,23,91); }

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

background-color css

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

 a { background-color: rgb(120,23,91); }

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

border-color css

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

 span { border-color: rgb(120,23,91); }

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