Html Css Color HEX #780669 Purple

📋 copy color: '#780669'

red 120 ◦ green 6 ◦ blue 105

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

Shades of Purple #780669

Tints of Purple #780669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 51.95%
G = 2.6%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780669 (or 0x780669) is known color: Purple. HEX triplet: 78, 06 and 69. RGB value is (120,6,105). Sum of RGB (Red+Green+Blue) = 120+6+105=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780669 is #87F996. Grayscale: #333333. Windows color (decimal): -8911255 or 6882936. OLE color: 6882936.

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

Color convert

RGB 120 6 105 -
CMYK 0 0.95 0.13 0.53
HSL 307.89º 0.9% 0.25% -
HSV(B) 307.89º 0.95% 0.47% -
XYZ 10.36 5.14 13.81 -
YUV 51.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 120 6 105 0 0.95 0.13 0.53 307.89 0.9 0.25
Hex 78 6 69 0 5F D 35 134 5A 19
Octal 170 6 151 0 137 15 65 464 132 31
Binary 1111000 110 1101001 0 1011111 1101 110101 100110100 1011010 11001

Color Harmonies of #780669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780669

Black with #780669

Text Example


Text Example

White with #780669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780669; }

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

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

background-color css

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

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

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

border-color css

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

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

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