Html Css Color HEX #760378 Purple

📋 copy color: '#760378'

red 118 ◦ green 3 ◦ blue 120

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

Shades of Purple #760378

Tints of Purple #760378

RGB

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

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

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

R = 48.96%
G = 1.24%
B = 49.79%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760378 (or 0x760378) is known color: Purple. HEX triplet: 76, 03 and 78. RGB value is (118,3,120). Sum of RGB (Red+Green+Blue) = 118+3+120=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #760378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760378 is #89FC87. Grayscale: #323232. Windows color (decimal): -9043080 or 7865206. OLE color: 7865206.

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

Color convert

RGB 118 3 120 -
CMYK 0.02 0.98 0 0.53
HSL 298.97º 0.95% 0.24% -
HSV(B) 298.97º 0.98% 0.47% -
XYZ 10.89 5.27 18.21 -
YUV 50.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 118 3 120 0.02 0.98 0 0.53 298.97 0.95 0.24
Hex 76 3 78 2 62 0 35 12B 5F 18
Octal 166 3 170 2 142 0 65 453 137 30
Binary 1110110 11 1111000 10 1100010 0 110101 100101011 1011111 11000

Color Harmonies of #760378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760378

Black with #760378

Text Example


Text Example

White with #760378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760378; }

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

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

background-color css

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

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

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

border-color css

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

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

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