Html Css Color HEX #761378 Purple

📋 copy color: '#761378'

red 118 ◦ green 19 ◦ blue 120

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

Shades of Purple #761378

Tints of Purple #761378

RGB

 RED value IS 118 (46.48% from 255) = 45.91%

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 45.91%
G = 7.39%
B = 46.69%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761378 (or 0x761378) is known color: Purple. HEX triplet: 76, 13 and 78. RGB value is (118,19,120). Sum of RGB (Red+Green+Blue) = 118+19+120=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #761378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761378 is #89EC87. Grayscale: #3B3B3B. Windows color (decimal): -9038984 or 7869302. OLE color: 7869302.

HSL color Cylindrical-coordinate representation of color #761378: hue angle of 298.81º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761378 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 19 120 -
CMYK 0.02 0.84 0 0.53
HSL 298.81º 0.73% 0.27% -
HSV(B) 298.81º 0.84% 0.47% -
XYZ 11.09 5.67 18.28 -
YUV 60.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 118 19 120 0.02 0.84 0 0.53 298.81 0.73 0.27
Hex 76 13 78 2 54 0 35 12B 49 1B
Octal 166 23 170 2 124 0 65 453 111 33
Binary 1110110 10011 1111000 10 1010100 0 110101 100101011 1001001 11011

Color Harmonies of #761378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761378

Black with #761378

Text Example


Text Example

White with #761378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761378; }

 p { color: rgb(118,19,120); }

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

background-color css

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

 a { background-color: rgb(118,19,120); }

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

border-color css

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

 span { border-color: rgb(118,19,120); }

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