Html Css Color HEX #78038E Purple

📋 copy color: '#78038E'

red 120 ◦ green 3 ◦ blue 142

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

Shades of Purple #78038E

Tints of Purple #78038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 45.28%
G = 1.13%
B = 53.58%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78038E (or 0x78038E) is known color: Purple. HEX triplet: 78, 03 and 8E. RGB value is (120,3,142). Sum of RGB (Red+Green+Blue) = 120+3+142=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #78038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78038E is #87FC71. Grayscale: #353535. Windows color (decimal): -8911986 or 9307000. OLE color: 9307000.

HSL color Cylindrical-coordinate representation of color #78038E: hue angle of 290.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78038E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 3 142 -
CMYK 0.15 0.98 0 0.44
HSL 290.5º 0.96% 0.28% -
HSV(B) 290.5º 0.98% 0.56% -
XYZ 12.66 6.01 26.08 -
YUV 53.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 120 3 142 0.15 0.98 0 0.44 290.5 0.96 0.28
Hex 78 3 8E F 62 0 2C 123 60 1C
Octal 170 3 216 17 142 0 54 443 140 34
Binary 1111000 11 10001110 1111 1100010 0 101100 100100011 1100000 11100

Color Harmonies of #78038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78038E

Black with #78038E

Text Example


Text Example

White with #78038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,3,142); }

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

background-color css

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

 a { background-color: rgb(120,3,142); }

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

border-color css

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

 span { border-color: rgb(120,3,142); }

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