Html Css Color HEX #78247C Dark Purple

📋 copy color: '#78247C'

red 120 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #78247C

Tints of Dark Purple #78247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 42.86%
G = 12.86%
B = 44.29%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78247C (or 0x78247C) is known color: Dark Purple. HEX triplet: 78, 24 and 7C. RGB value is (120,36,124). Sum of RGB (Red+Green+Blue) = 120+36+124=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #78247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78247C is #87DB83. Grayscale: #464646. Windows color (decimal): -8903556 or 8135800. OLE color: 8135800.

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

Color convert

RGB 120 36 124 -
CMYK 0.03 0.71 0 0.51
HSL 297.27º 0.55% 0.31% -
HSV(B) 297.27º 0.71% 0.49% -
XYZ 12.01 6.71 19.73 -
YUV 71.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 120 36 124 0.03 0.71 0 0.51 297.27 0.55 0.31
Hex 78 24 7C 3 47 0 33 129 37 1F
Octal 170 44 174 3 107 0 63 451 67 37
Binary 1111000 100100 1111100 11 1000111 0 110011 100101001 110111 11111

Color Harmonies of #78247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78247C

Black with #78247C

Text Example


Text Example

White with #78247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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