Html Css Color HEX #780F6B Dark Purple

📋 copy color: '#780F6B'

red 120 ◦ green 15 ◦ blue 107

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

Shades of Dark Purple #780F6B

Tints of Dark Purple #780F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 49.59%
G = 6.2%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#780F6B (or 0x780F6B) is known color: Dark Purple. HEX triplet: 78, 0F and 6B. RGB value is (120,15,107). Sum of RGB (Red+Green+Blue) = 120+15+107=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780F6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F6B is #87F094. Grayscale: #383838. Windows color (decimal): -8908949 or 7016312. OLE color: 7016312.

HSL color Cylindrical-coordinate representation of color #780F6B: hue angle of 307.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F6B is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 107 -
CMYK 0 0.87 0.11 0.53
HSL 307.43º 0.78% 0.26% -
HSV(B) 307.43º 0.88% 0.47% -
XYZ 10.57 5.4 14.39 -
YUV 56.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 120 15 107 0 0.87 0.11 0.53 307.43 0.78 0.26
Hex 78 F 6B 0 57 B 35 133 4E 1A
Octal 170 17 153 0 127 13 65 463 116 32
Binary 1111000 1111 1101011 0 1010111 1011 110101 100110011 1001110 11010

Color Harmonies of #780F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F6B

Black with #780F6B

Text Example


Text Example

White with #780F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F6B; }

 p { color: rgb(120,15,107); }

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

background-color css

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

 a { background-color: rgb(120,15,107); }

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

border-color css

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

 span { border-color: rgb(120,15,107); }

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