Html Css Color HEX #78017C Purple

📋 copy color: '#78017C'

red 120 ◦ green 1 ◦ blue 124

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

Shades of Purple #78017C

Tints of Purple #78017C

RGB

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

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

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

R = 48.98%
G = 0.41%
B = 50.61%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78017C (or 0x78017C) is known color: Purple. HEX triplet: 78, 01 and 7C. RGB value is (120,1,124). Sum of RGB (Red+Green+Blue) = 120+1+124=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #78017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78017C is #87FE83. Grayscale: #323232. Windows color (decimal): -8912516 or 8126840. OLE color: 8126840.

HSL color Cylindrical-coordinate representation of color #78017C: hue angle of 298.05º 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 #78017C is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 1 124 -
CMYK 0.03 0.99 0 0.51
HSL 298.05º 0.98% 0.25% -
HSV(B) 298.05º 0.99% 0.49% -
XYZ 11.39 5.47 19.52 -
YUV 50.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 120 1 124 0.03 0.99 0 0.51 298.05 0.98 0.25
Hex 78 1 7C 3 63 0 33 12A 62 19
Octal 170 1 174 3 143 0 63 452 142 31
Binary 1111000 1 1111100 11 1100011 0 110011 100101010 1100010 11001

Color Harmonies of #78017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78017C

Black with #78017C

Text Example


Text Example

White with #78017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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