Html Css Color HEX #78277A Dark Purple

📋 copy color: '#78277A'

red 120 ◦ green 39 ◦ blue 122

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

Shades of Dark Purple #78277A

Tints of Dark Purple #78277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 42.7%
G = 13.88%
B = 43.42%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78277A (or 0x78277A) is known color: Dark Purple. HEX triplet: 78, 27 and 7A. RGB value is (120,39,122). Sum of RGB (Red+Green+Blue) = 120+39+122=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #78277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78277A is #87D885. Grayscale: #484848. Windows color (decimal): -8902790 or 8005496. OLE color: 8005496.

HSL color Cylindrical-coordinate representation of color #78277A: hue angle of 298.55º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78277A is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 39 122 -
CMYK 0.02 0.68 0 0.52
HSL 298.55º 0.52% 0.32% -
HSV(B) 298.55º 0.68% 0.48% -
XYZ 11.98 6.85 19.1 -
YUV 72.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 120 39 122 0.02 0.68 0 0.52 298.55 0.52 0.32
Hex 78 27 7A 2 44 0 34 12B 34 20
Octal 170 47 172 2 104 0 64 453 64 40
Binary 1111000 100111 1111010 10 1000100 0 110100 100101011 110100 100000

Color Harmonies of #78277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78277A

Black with #78277A

Text Example


Text Example

White with #78277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78277A; }

 p { color: rgb(120,39,122); }

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

background-color css

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

 a { background-color: rgb(120,39,122); }

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

border-color css

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

 span { border-color: rgb(120,39,122); }

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