Html Css Color HEX #780970 Purple

📋 copy color: '#780970'

red 120 ◦ green 9 ◦ blue 112

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

Shades of Purple #780970

Tints of Purple #780970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 49.79%
G = 3.73%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#780970 (or 0x780970) is known color: Purple. HEX triplet: 78, 09 and 70. RGB value is (120,9,112). Sum of RGB (Red+Green+Blue) = 120+9+112=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780970 is #87F68F. Grayscale: #353535. Windows color (decimal): -8910480 or 7342456. OLE color: 7342456.

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

Color convert

RGB 120 9 112 -
CMYK 0 0.92 0.07 0.53
HSL 304.32º 0.86% 0.25% -
HSV(B) 304.32º 0.93% 0.47% -
XYZ 10.77 5.36 15.8 -
YUV 53.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 120 9 112 0 0.92 0.07 0.53 304.32 0.86 0.25
Hex 78 9 70 0 5C 7 35 130 56 19
Octal 170 11 160 0 134 7 65 460 126 31
Binary 1111000 1001 1110000 0 1011100 111 110101 100110000 1010110 11001

Color Harmonies of #780970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780970

Black with #780970

Text Example


Text Example

White with #780970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780970; }

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

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

background-color css

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

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

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

border-color css

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

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

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