Html Css Color HEX #780266 Purple

📋 copy color: '#780266'

red 120 ◦ green 2 ◦ blue 102

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

Shades of Purple #780266

Tints of Purple #780266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 53.57%
G = 0.89%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#780266 (or 0x780266) is known color: Purple. HEX triplet: 78, 02 and 66. RGB value is (120,2,102). Sum of RGB (Red+Green+Blue) = 120+2+102=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780266 is #87FD99. Grayscale: #303030. Windows color (decimal): -8912282 or 6685304. OLE color: 6685304.

HSL color Cylindrical-coordinate representation of color #780266: hue angle of 309.15º 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 #780266 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 102 -
CMYK 0 0.98 0.15 0.53
HSL 309.15º 0.97% 0.24% -
HSV(B) 309.15º 0.98% 0.47% -
XYZ 10.17 5 13 -
YUV 48.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 120 2 102 0 0.98 0.15 0.53 309.15 0.97 0.24
Hex 78 2 66 0 62 F 35 135 61 18
Octal 170 2 146 0 142 17 65 465 141 30
Binary 1111000 10 1100110 0 1100010 1111 110101 100110101 1100001 11000

Color Harmonies of #780266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780266

Black with #780266

Text Example


Text Example

White with #780266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780266; }

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

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

background-color css

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

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

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

border-color css

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

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

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