Html Css Color HEX #78236C Dark Purple

📋 copy color: '#78236C'

red 120 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #78236C

Tints of Dark Purple #78236C

RGB

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

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

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

R = 45.63%
G = 13.31%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78236C (or 0x78236C) is known color: Dark Purple. HEX triplet: 78, 23 and 6C. RGB value is (120,35,108). Sum of RGB (Red+Green+Blue) = 120+35+108=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78236C is #87DC93. Grayscale: #444444. Windows color (decimal): -8903828 or 7086968. OLE color: 7086968.

HSL color Cylindrical-coordinate representation of color #78236C: hue angle of 308.47º 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 #78236C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 108 -
CMYK 0 0.71 0.10 0.53
HSL 308.47º 0.55% 0.3% -
HSV(B) 308.47º 0.71% 0.47% -
XYZ 11.05 6.28 14.82 -
YUV 68.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 120 35 108 0 0.71 0.10 0.53 308.47 0.55 0.3
Hex 78 23 6C 0 47 A 35 134 37 1E
Octal 170 43 154 0 107 12 65 464 67 36
Binary 1111000 100011 1101100 0 1000111 1010 110101 100110100 110111 11110

Color Harmonies of #78236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78236C

Black with #78236C

Text Example


Text Example

White with #78236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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