Html Css Color HEX #782075 Dark Purple

📋 copy color: '#782075'

red 120 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #782075

Tints of Dark Purple #782075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 44.61%
G = 11.9%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#782075 (or 0x782075) is known color: Dark Purple. HEX triplet: 78, 20 and 75. RGB value is (120,32,117). Sum of RGB (Red+Green+Blue) = 120+32+117=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782075 is #87DF8A. Grayscale: #434343. Windows color (decimal): -8904587 or 7676024. OLE color: 7676024.

HSL color Cylindrical-coordinate representation of color #782075: hue angle of 302.05º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782075 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 117 -
CMYK 0 0.73 0.02 0.53
HSL 302.05º 0.58% 0.3% -
HSV(B) 302.05º 0.73% 0.47% -
XYZ 11.47 6.31 17.44 -
YUV 68 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 120 32 117 0 0.73 0.02 0.53 302.05 0.58 0.3
Hex 78 20 75 0 49 2 35 12E 3A 1E
Octal 170 40 165 0 111 2 65 456 72 36
Binary 1111000 100000 1110101 0 1001001 10 110101 100101110 111010 11110

Color Harmonies of #782075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782075

Black with #782075

Text Example


Text Example

White with #782075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782075; }

 p { color: rgb(120,32,117); }

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

background-color css

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

 a { background-color: rgb(120,32,117); }

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

border-color css

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

 span { border-color: rgb(120,32,117); }

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