Html Css Color HEX #78255B Palatinate Purple

📋 copy color: '#78255B'

red 120 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #78255B

Tints of Palatinate Purple #78255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

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

R = 48.39%
G = 14.92%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78255B (or 0x78255B) is known color: Palatinate Purple. HEX triplet: 78, 25 and 5B. RGB value is (120,37,91). Sum of RGB (Red+Green+Blue) = 120+37+91=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255B is #87DAA4. Grayscale: #434343. Windows color (decimal): -8903333 or 5973368. OLE color: 5973368.

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

Color convert

RGB 120 37 91 -
CMYK 0 0.69 0.24 0.53
HSL 320.96º 0.53% 0.31% -
HSV(B) 320.96º 0.69% 0.47% -
XYZ 10.3 6.07 10.53 -
YUV 67.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 120 37 91 0 0.69 0.24 0.53 320.96 0.53 0.31
Hex 78 25 5B 0 45 18 35 141 35 1F
Octal 170 45 133 0 105 30 65 501 65 37
Binary 1111000 100101 1011011 0 1000101 11000 110101 101000001 110101 11111

Color Harmonies of #78255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78255B

Black with #78255B

Text Example


Text Example

White with #78255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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