Html Css Color HEX #78027D Purple

📋 copy color: '#78027D'

red 120 ◦ green 2 ◦ blue 125

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

Shades of Purple #78027D

Tints of Purple #78027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 48.58%
G = 0.81%
B = 50.61%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78027D (or 0x78027D) is known color: Purple. HEX triplet: 78, 02 and 7D. RGB value is (120,2,125). Sum of RGB (Red+Green+Blue) = 120+2+125=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #78027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78027D is #87FD82. Grayscale: #323232. Windows color (decimal): -8912259 or 8192632. OLE color: 8192632.

HSL color Cylindrical-coordinate representation of color #78027D: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78027D is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 2 125 -
CMYK 0.04 0.98 0 0.51
HSL 297.56º 0.97% 0.25% -
HSV(B) 297.56º 0.98% 0.49% -
XYZ 11.47 5.52 19.86 -
YUV 51.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 120 2 125 0.04 0.98 0 0.51 297.56 0.97 0.25
Hex 78 2 7D 4 62 0 33 12A 61 19
Octal 170 2 175 4 142 0 63 452 141 31
Binary 1111000 10 1111101 100 1100010 0 110011 100101010 1100001 11001

Color Harmonies of #78027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78027D

Black with #78027D

Text Example


Text Example

White with #78027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78027D; }

 p { color: rgb(120,2,125); }

 H1.HeaderClassName
 {
   color: #78027D;
 }
 .AnyTagClassName
 {
   color: #78027D;
 }
</style>

background-color css

<style>
 a { background-color: #78027D; }

 a { background-color: rgb(120,2,125); }

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

border-color css

<style>
 span { border-color: #78027D; }

 span { border-color: rgb(120,2,125); }

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