Html Css Color HEX #78147F Purple

📋 copy color: '#78147F'

red 120 ◦ green 20 ◦ blue 127

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

Shades of Purple #78147F

Tints of Purple #78147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 44.94%
G = 7.49%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78147F (or 0x78147F) is known color: Purple. HEX triplet: 78, 14 and 7F. RGB value is (120,20,127). Sum of RGB (Red+Green+Blue) = 120+20+127=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #78147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78147F is #87EB80. Grayscale: #3D3D3D. Windows color (decimal): -8907649 or 8328312. OLE color: 8328312.

HSL color Cylindrical-coordinate representation of color #78147F: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78147F is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 20 127 -
CMYK 0.06 0.84 0 0.50
HSL 296.07º 0.73% 0.29% -
HSV(B) 296.07º 0.84% 0.5% -
XYZ 11.83 6.03 20.62 -
YUV 62.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 120 20 127 0.06 0.84 0 0.50 296.07 0.73 0.29
Hex 78 14 7F 6 54 0 32 128 49 1D
Octal 170 24 177 6 124 0 62 450 111 35
Binary 1111000 10100 1111111 110 1010100 0 110010 100101000 1001001 11101

Color Harmonies of #78147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78147F

Black with #78147F

Text Example


Text Example

White with #78147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78147F; }

 p { color: rgb(120,20,127); }

 H1.HeaderClassName
 {
   color: #78147F;
 }
 .AnyTagClassName
 {
   color: #78147F;
 }
</style>

background-color css

<style>
 a { background-color: #78147F; }

 a { background-color: rgb(120,20,127); }

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

border-color css

<style>
 span { border-color: #78147F; }

 span { border-color: rgb(120,20,127); }

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