Html Css Color HEX #780262 Purple

📋 copy color: '#780262'

red 120 ◦ green 2 ◦ blue 98

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

Shades of Purple #780262

Tints of Purple #780262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 54.55%
G = 0.91%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#780262 (or 0x780262) is known color: Purple. HEX triplet: 78, 02 and 62. RGB value is (120,2,98). Sum of RGB (Red+Green+Blue) = 120+2+98=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780262 is #87FD9D. Grayscale: #2F2F2F. Windows color (decimal): -8912286 or 6423160. OLE color: 6423160.

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

Color convert

RGB 120 2 98 -
CMYK 0 0.98 0.18 0.53
HSL 311.19º 0.97% 0.24% -
HSV(B) 311.19º 0.98% 0.47% -
XYZ 9.97 4.92 11.98 -
YUV 48.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 120 2 98 0 0.98 0.18 0.53 311.19 0.97 0.24
Hex 78 2 62 0 62 12 35 137 61 18
Octal 170 2 142 0 142 22 65 467 141 30
Binary 1111000 10 1100010 0 1100010 10010 110101 100110111 1100001 11000

Color Harmonies of #780262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780262

Black with #780262

Text Example


Text Example

White with #780262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780262; }

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

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

background-color css

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

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

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

border-color css

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

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

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