Html Css Color HEX #78097A Purple

📋 copy color: '#78097A'

red 120 ◦ green 9 ◦ blue 122

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

Shades of Purple #78097A

Tints of Purple #78097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 122 (48.05% from 255) = 48.61%

R = 47.81%
G = 3.59%
B = 48.61%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78097A (or 0x78097A) is known color: Purple. HEX triplet: 78, 09 and 7A. RGB value is (120,9,122). Sum of RGB (Red+Green+Blue) = 120+9+122=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #78097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78097A is #87F685. Grayscale: #363636. Windows color (decimal): -8910470 or 7997816. OLE color: 7997816.

HSL color Cylindrical-coordinate representation of color #78097A: hue angle of 298.94º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78097A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 9 122 -
CMYK 0.02 0.93 0 0.52
HSL 298.94º 0.86% 0.26% -
HSV(B) 298.94º 0.93% 0.48% -
XYZ 11.36 5.59 18.89 -
YUV 55.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 120 9 122 0.02 0.93 0 0.52 298.94 0.86 0.26
Hex 78 9 7A 2 5D 0 34 12B 56 1A
Octal 170 11 172 2 135 0 64 453 126 32
Binary 1111000 1001 1111010 10 1011101 0 110100 100101011 1010110 11010

Color Harmonies of #78097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78097A

Black with #78097A

Text Example


Text Example

White with #78097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78097A; }

 p { color: rgb(120,9,122); }

 H1.HeaderClassName
 {
   color: #78097A;
 }
 .AnyTagClassName
 {
   color: #78097A;
 }
</style>

background-color css

<style>
 a { background-color: #78097A; }

 a { background-color: rgb(120,9,122); }

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

border-color css

<style>
 span { border-color: #78097A; }

 span { border-color: rgb(120,9,122); }

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