Html Css Color HEX #78056B Purple

📋 copy color: '#78056B'

red 120 ◦ green 5 ◦ blue 107

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

Shades of Purple #78056B

Tints of Purple #78056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 51.72%
G = 2.16%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78056B (or 0x78056B) is known color: Purple. HEX triplet: 78, 05 and 6B. RGB value is (120,5,107). Sum of RGB (Red+Green+Blue) = 120+5+107=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056B is #87FA94. Grayscale: #323232. Windows color (decimal): -8911509 or 7013752. OLE color: 7013752.

HSL color Cylindrical-coordinate representation of color #78056B: hue angle of 306.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78056B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 107 -
CMYK 0 0.96 0.11 0.53
HSL 306.78º 0.92% 0.25% -
HSV(B) 306.78º 0.96% 0.47% -
XYZ 10.45 5.16 14.36 -
YUV 51.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 120 5 107 0 0.96 0.11 0.53 306.78 0.92 0.25
Hex 78 5 6B 0 60 B 35 133 5C 19
Octal 170 5 153 0 140 13 65 463 134 31
Binary 1111000 101 1101011 0 1100000 1011 110101 100110011 1011100 11001

Color Harmonies of #78056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78056B

Black with #78056B

Text Example


Text Example

White with #78056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78056B; }

 p { color: rgb(120,5,107); }

 H1.HeaderClassName
 {
   color: #78056B;
 }
 .AnyTagClassName
 {
   color: #78056B;
 }
</style>

background-color css

<style>
 a { background-color: #78056B; }

 a { background-color: rgb(120,5,107); }

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

border-color css

<style>
 span { border-color: #78056B; }

 span { border-color: rgb(120,5,107); }

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