Html Css Color HEX #780364 Purple

📋 copy color: '#780364'

red 120 ◦ green 3 ◦ blue 100

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

Shades of Purple #780364

Tints of Purple #780364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 53.81%
G = 1.35%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#780364 (or 0x780364) is known color: Purple. HEX triplet: 78, 03 and 64. RGB value is (120,3,100). Sum of RGB (Red+Green+Blue) = 120+3+100=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780364 is #87FC9B. Grayscale: #303030. Windows color (decimal): -8912028 or 6554488. OLE color: 6554488.

HSL color Cylindrical-coordinate representation of color #780364: hue angle of 310.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780364 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 100 -
CMYK 0 0.98 0.17 0.53
HSL 310.26º 0.95% 0.24% -
HSV(B) 310.26º 0.98% 0.47% -
XYZ 10.08 4.98 12.49 -
YUV 49.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 120 3 100 0 0.98 0.17 0.53 310.26 0.95 0.24
Hex 78 3 64 0 62 11 35 136 5F 18
Octal 170 3 144 0 142 21 65 466 137 30
Binary 1111000 11 1100100 0 1100010 10001 110101 100110110 1011111 11000

Color Harmonies of #780364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780364

Black with #780364

Text Example


Text Example

White with #780364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780364; }

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

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

background-color css

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

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

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

border-color css

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

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

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