Html Css Color HEX #781671 Dark Purple

📋 copy color: '#781671'

red 120 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #781671

Tints of Dark Purple #781671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 47.06%
G = 8.63%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#781671 (or 0x781671) is known color: Dark Purple. HEX triplet: 78, 16 and 71. RGB value is (120,22,113). Sum of RGB (Red+Green+Blue) = 120+22+113=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781671 is #87E98E. Grayscale: #3D3D3D. Windows color (decimal): -8907151 or 7411320. OLE color: 7411320.

HSL color Cylindrical-coordinate representation of color #781671: hue angle of 304.29º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781671 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 113 -
CMYK 0 0.82 0.06 0.53
HSL 304.29º 0.69% 0.28% -
HSV(B) 304.29º 0.82% 0.47% -
XYZ 11.01 5.76 16.15 -
YUV 61.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 120 22 113 0 0.82 0.06 0.53 304.29 0.69 0.28
Hex 78 16 71 0 52 6 35 130 45 1C
Octal 170 26 161 0 122 6 65 460 105 34
Binary 1111000 10110 1110001 0 1010010 110 110101 100110000 1000101 11100

Color Harmonies of #781671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781671

Black with #781671

Text Example


Text Example

White with #781671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781671; }

 p { color: rgb(120,22,113); }

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

background-color css

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

 a { background-color: rgb(120,22,113); }

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

border-color css

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

 span { border-color: rgb(120,22,113); }

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