Html Css Color HEX #781A6C Dark Purple

📋 copy color: '#781A6C'

red 120 ◦ green 26 ◦ blue 108

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

Shades of Dark Purple #781A6C

Tints of Dark Purple #781A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 47.24%
G = 10.24%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#781A6C (or 0x781A6C) is known color: Dark Purple. HEX triplet: 78, 1A and 6C. RGB value is (120,26,108). Sum of RGB (Red+Green+Blue) = 120+26+108=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A6C is #87E593. Grayscale: #3F3F3F. Windows color (decimal): -8906132 or 7084664. OLE color: 7084664.

HSL color Cylindrical-coordinate representation of color #781A6C: hue angle of 307.66º 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 #781A6C is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 108 -
CMYK 0 0.78 0.10 0.53
HSL 307.66º 0.64% 0.29% -
HSV(B) 307.66º 0.78% 0.47% -
XYZ 10.82 5.81 14.74 -
YUV 63.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 120 26 108 0 0.78 0.10 0.53 307.66 0.64 0.29
Hex 78 1A 6C 0 4E A 35 134 40 1D
Octal 170 32 154 0 116 12 65 464 100 35
Binary 1111000 11010 1101100 0 1001110 1010 110101 100110100 1000000 11101

Color Harmonies of #781A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A6C

Black with #781A6C

Text Example


Text Example

White with #781A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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