Html Css Color HEX #781A6A Dark Purple

📋 copy color: '#781A6A'

red 120 ◦ green 26 ◦ blue 106

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

Shades of Dark Purple #781A6A

Tints of Dark Purple #781A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 47.62%
G = 10.32%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#781A6A (or 0x781A6A) is known color: Dark Purple. HEX triplet: 78, 1A and 6A. RGB value is (120,26,106). Sum of RGB (Red+Green+Blue) = 120+26+106=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A6A is #87E595. Grayscale: #3F3F3F. Windows color (decimal): -8906134 or 6953592. OLE color: 6953592.

HSL color Cylindrical-coordinate representation of color #781A6A: hue angle of 308.94º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A6A is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 106 -
CMYK 0 0.78 0.12 0.53
HSL 308.94º 0.64% 0.29% -
HSV(B) 308.94º 0.78% 0.47% -
XYZ 10.72 5.77 14.19 -
YUV 63.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 120 26 106 0 0.78 0.12 0.53 308.94 0.64 0.29
Hex 78 1A 6A 0 4E C 35 135 40 1D
Octal 170 32 152 0 116 14 65 465 100 35
Binary 1111000 11010 1101010 0 1001110 1100 110101 100110101 1000000 11101

Color Harmonies of #781A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A6A

Black with #781A6A

Text Example


Text Example

White with #781A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A6A; }

 p { color: rgb(120,26,106); }

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

background-color css

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

 a { background-color: rgb(120,26,106); }

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

border-color css

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

 span { border-color: rgb(120,26,106); }

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