Html Css Color HEX #781B75 Dark Purple

📋 copy color: '#781B75'

red 120 ◦ green 27 ◦ blue 117

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

Shades of Dark Purple #781B75

Tints of Dark Purple #781B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 45.45%
G = 10.23%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#781B75 (or 0x781B75) is known color: Dark Purple. HEX triplet: 78, 1B and 75. RGB value is (120,27,117). Sum of RGB (Red+Green+Blue) = 120+27+117=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #781B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B75 is #87E48A. Grayscale: #404040. Windows color (decimal): -8905867 or 7674744. OLE color: 7674744.

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

Color convert

RGB 120 27 117 -
CMYK 0 0.78 0.02 0.53
HSL 301.94º 0.63% 0.29% -
HSV(B) 301.94º 0.78% 0.47% -
XYZ 11.35 6.06 17.4 -
YUV 65.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 120 27 117 0 0.78 0.02 0.53 301.94 0.63 0.29
Hex 78 1B 75 0 4E 2 35 12E 3F 1D
Octal 170 33 165 0 116 2 65 456 77 35
Binary 1111000 11011 1110101 0 1001110 10 110101 100101110 111111 11101

Color Harmonies of #781B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B75

Black with #781B75

Text Example


Text Example

White with #781B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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