Html Css Color HEX #760363 Purple

📋 copy color: '#760363'

red 118 ◦ green 3 ◦ blue 99

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

Shades of Purple #760363

Tints of Purple #760363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45%

R = 53.64%
G = 1.36%
B = 45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#760363 (or 0x760363) is known color: Purple. HEX triplet: 76, 03 and 63. RGB value is (118,3,99). Sum of RGB (Red+Green+Blue) = 118+3+99=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760363 is #89FC9C. Grayscale: #303030. Windows color (decimal): -9043101 or 6488950. OLE color: 6488950.

HSL color Cylindrical-coordinate representation of color #760363: hue angle of 309.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760363 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 99 -
CMYK 0 0.97 0.16 0.54
HSL 309.91º 0.95% 0.24% -
HSV(B) 309.91º 0.97% 0.46% -
XYZ 9.76 4.82 12.22 -
YUV 48.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 118 3 99 0 0.97 0.16 0.54 309.91 0.95 0.24
Hex 76 3 63 0 61 10 36 136 5F 18
Octal 166 3 143 0 141 20 66 466 137 30
Binary 1110110 11 1100011 0 1100001 10000 110110 100110110 1011111 11000

Color Harmonies of #760363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760363

Black with #760363

Text Example


Text Example

White with #760363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760363; }

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

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

background-color css

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

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

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

border-color css

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

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

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