Html Css Color HEX #78247E Dark Purple

📋 copy color: '#78247E'

red 120 ◦ green 36 ◦ blue 126

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

Shades of Dark Purple #78247E

Tints of Dark Purple #78247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 42.55%
G = 12.77%
B = 44.68%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78247E (or 0x78247E) is known color: Dark Purple. HEX triplet: 78, 24 and 7E. RGB value is (120,36,126). Sum of RGB (Red+Green+Blue) = 120+36+126=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #78247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78247E is #87DB81. Grayscale: #474747. Windows color (decimal): -8903554 or 8266872. OLE color: 8266872.

HSL color Cylindrical-coordinate representation of color #78247E: hue angle of 296º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78247E is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 36 126 -
CMYK 0.05 0.71 0 0.51
HSL 296º 0.56% 0.32% -
HSV(B) 296º 0.71% 0.49% -
XYZ 12.14 6.76 20.4 -
YUV 71.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 120 36 126 0.05 0.71 0 0.51 296 0.56 0.32
Hex 78 24 7E 5 47 0 33 128 38 20
Octal 170 44 176 5 107 0 63 450 70 40
Binary 1111000 100100 1111110 101 1000111 0 110011 100101000 111000 100000

Color Harmonies of #78247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78247E

Black with #78247E

Text Example


Text Example

White with #78247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78247E; }

 p { color: rgb(120,36,126); }

 H1.HeaderClassName
 {
   color: #78247E;
 }
 .AnyTagClassName
 {
   color: #78247E;
 }
</style>

background-color css

<style>
 a { background-color: #78247E; }

 a { background-color: rgb(120,36,126); }

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

border-color css

<style>
 span { border-color: #78247E; }

 span { border-color: rgb(120,36,126); }

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