Html Css Color HEX #78017E Purple

📋 copy color: '#78017E'

red 120 ◦ green 1 ◦ blue 126

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

Shades of Purple #78017E

Tints of Purple #78017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 48.58%
G = 0.4%
B = 51.01%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78017E (or 0x78017E) is known color: Purple. HEX triplet: 78, 01 and 7E. RGB value is (120,1,126). Sum of RGB (Red+Green+Blue) = 120+1+126=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #78017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78017E is #87FE81. Grayscale: #323232. Windows color (decimal): -8912514 or 8257912. OLE color: 8257912.

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

Color convert

RGB 120 1 126 -
CMYK 0.05 0.99 0 0.51
HSL 297.12º 0.98% 0.25% -
HSV(B) 297.12º 0.99% 0.49% -
XYZ 11.52 5.52 20.2 -
YUV 50.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 120 1 126 0.05 0.99 0 0.51 297.12 0.98 0.25
Hex 78 1 7E 5 63 0 33 129 62 19
Octal 170 1 176 5 143 0 63 451 142 31
Binary 1111000 1 1111110 101 1100011 0 110011 100101001 1100010 11001

Color Harmonies of #78017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78017E

Black with #78017E

Text Example


Text Example

White with #78017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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