Html Css Color HEX #780C69 Dark Purple

📋 copy color: '#780C69'

red 120 ◦ green 12 ◦ blue 105

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

Shades of Dark Purple #780C69

Tints of Dark Purple #780C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

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

R = 50.63%
G = 5.06%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780C69 (or 0x780C69) is known color: Dark Purple. HEX triplet: 78, 0C and 69. RGB value is (120,12,105). Sum of RGB (Red+Green+Blue) = 120+12+105=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C69 is #87F396. Grayscale: #363636. Windows color (decimal): -8909719 or 6884472. OLE color: 6884472.

HSL color Cylindrical-coordinate representation of color #780C69: hue angle of 308.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C69 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 105 -
CMYK 0 0.90 0.13 0.53
HSL 308.33º 0.82% 0.26% -
HSV(B) 308.33º 0.9% 0.47% -
XYZ 10.43 5.28 13.83 -
YUV 54.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 120 12 105 0 0.90 0.13 0.53 308.33 0.82 0.26
Hex 78 C 69 0 5A D 35 134 52 1A
Octal 170 14 151 0 132 15 65 464 122 32
Binary 1111000 1100 1101001 0 1011010 1101 110101 100110100 1010010 11010

Color Harmonies of #780C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C69

Black with #780C69

Text Example


Text Example

White with #780C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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