Html Css Color HEX #781B69 Dark Purple

📋 copy color: '#781B69'

red 120 ◦ green 27 ◦ blue 105

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

Shades of Dark Purple #781B69

Tints of Dark Purple #781B69

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 47.62%
G = 10.71%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#781B69 (or 0x781B69) is known color: Dark Purple. HEX triplet: 78, 1B and 69. RGB value is (120,27,105). Sum of RGB (Red+Green+Blue) = 120+27+105=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B69 is #87E496. Grayscale: #3F3F3F. Windows color (decimal): -8905879 or 6888312. OLE color: 6888312.

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

Color convert

RGB 120 27 105 -
CMYK 0 0.78 0.13 0.53
HSL 309.68º 0.63% 0.29% -
HSV(B) 309.68º 0.78% 0.47% -
XYZ 10.69 5.8 13.92 -
YUV 63.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 120 27 105 0 0.78 0.13 0.53 309.68 0.63 0.29
Hex 78 1B 69 0 4E D 35 136 3F 1D
Octal 170 33 151 0 116 15 65 466 77 35
Binary 1111000 11011 1101001 0 1001110 1101 110101 100110110 111111 11101

Color Harmonies of #781B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B69

Black with #781B69

Text Example


Text Example

White with #781B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,105); }

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

background-color css

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

 a { background-color: rgb(120,27,105); }

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

border-color css

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

 span { border-color: rgb(120,27,105); }

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