Html Css Color HEX #780366 Purple

📋 copy color: '#780366'

red 120 ◦ green 3 ◦ blue 102

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

Shades of Purple #780366

Tints of Purple #780366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 53.33%
G = 1.33%
B = 45.33%

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

#780366 (or 0x780366) is known color: Purple. HEX triplet: 78, 03 and 66. RGB value is (120,3,102). Sum of RGB (Red+Green+Blue) = 120+3+102=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780366 is #87FC99. Grayscale: #303030. Windows color (decimal): -8912026 or 6685560. OLE color: 6685560.

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

Color convert

RGB 120 3 102 -
CMYK 0 0.98 0.15 0.53
HSL 309.23º 0.95% 0.24% -
HSV(B) 309.23º 0.98% 0.47% -
XYZ 10.18 5.02 13 -
YUV 49.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 120 3 102 0 0.98 0.15 0.53 309.23 0.95 0.24
Hex 78 3 66 0 62 F 35 135 5F 18
Octal 170 3 146 0 142 17 65 465 137 30
Binary 1111000 11 1100110 0 1100010 1111 110101 100110101 1011111 11000

Color Harmonies of #780366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780366

Black with #780366

Text Example


Text Example

White with #780366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780366; }

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

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

background-color css

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

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

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

border-color css

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

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

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