Html Css Color HEX #780269 Purple

📋 copy color: '#780269'

red 120 ◦ green 2 ◦ blue 105

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

Shades of Purple #780269

Tints of Purple #780269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 52.86%
G = 0.88%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780269 (or 0x780269) is known color: Purple. HEX triplet: 78, 02 and 69. RGB value is (120,2,105). Sum of RGB (Red+Green+Blue) = 120+2+105=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780269 is #87FD96. Grayscale: #303030. Windows color (decimal): -8912279 or 6881912. OLE color: 6881912.

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

Color convert

RGB 120 2 105 -
CMYK 0 0.98 0.13 0.53
HSL 307.63º 0.97% 0.24% -
HSV(B) 307.63º 0.98% 0.47% -
XYZ 10.32 5.06 13.8 -
YUV 49.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 120 2 105 0 0.98 0.13 0.53 307.63 0.97 0.24
Hex 78 2 69 0 62 D 35 134 61 18
Octal 170 2 151 0 142 15 65 464 141 30
Binary 1111000 10 1101001 0 1100010 1101 110101 100110100 1100001 11000

Color Harmonies of #780269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780269

Black with #780269

Text Example


Text Example

White with #780269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780269; }

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

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

background-color css

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

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

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

border-color css

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

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

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