Html Css Color HEX #780385 Purple

📋 copy color: '#780385'

red 120 ◦ green 3 ◦ blue 133

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

Shades of Purple #780385

Tints of Purple #780385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 46.88%
G = 1.17%
B = 51.95%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#780385 (or 0x780385) is known color: Purple. HEX triplet: 78, 03 and 85. RGB value is (120,3,133). Sum of RGB (Red+Green+Blue) = 120+3+133=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #780385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780385 is #87FC7A. Grayscale: #343434. Windows color (decimal): -8911995 or 8717176. OLE color: 8717176.

HSL color Cylindrical-coordinate representation of color #780385: hue angle of 294º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780385 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 3 133 -
CMYK 0.10 0.98 0 0.48
HSL 294º 0.96% 0.27% -
HSV(B) 294º 0.98% 0.52% -
XYZ 12.01 5.75 22.67 -
YUV 52.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 120 3 133 0.10 0.98 0 0.48 294 0.96 0.27
Hex 78 3 85 A 62 0 30 126 60 1B
Octal 170 3 205 12 142 0 60 446 140 33
Binary 1111000 11 10000101 1010 1100010 0 110000 100100110 1100000 11011

Color Harmonies of #780385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780385

Black with #780385

Text Example


Text Example

White with #780385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780385; }

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

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

background-color css

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

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

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

border-color css

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

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

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