Html Css Color HEX #78236B Palatinate Purple

📋 copy color: '#78236B'

red 120 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #78236B

Tints of Palatinate Purple #78236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 45.8%
G = 13.36%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78236B (or 0x78236B) is known color: Palatinate Purple. HEX triplet: 78, 23 and 6B. RGB value is (120,35,107). Sum of RGB (Red+Green+Blue) = 120+35+107=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78236B is #87DC94. Grayscale: #444444. Windows color (decimal): -8903829 or 7021432. OLE color: 7021432.

HSL color Cylindrical-coordinate representation of color #78236B: hue angle of 309.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78236B is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 107 -
CMYK 0 0.71 0.11 0.53
HSL 309.18º 0.55% 0.3% -
HSV(B) 309.18º 0.71% 0.47% -
XYZ 11 6.26 14.54 -
YUV 68.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 120 35 107 0 0.71 0.11 0.53 309.18 0.55 0.3
Hex 78 23 6B 0 47 B 35 135 37 1E
Octal 170 43 153 0 107 13 65 465 67 36
Binary 1111000 100011 1101011 0 1000111 1011 110101 100110101 110111 11110

Color Harmonies of #78236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78236B

Black with #78236B

Text Example


Text Example

White with #78236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,35,107); }

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

background-color css

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

 a { background-color: rgb(120,35,107); }

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

border-color css

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

 span { border-color: rgb(120,35,107); }

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