Html Css Color HEX #760B5D Palatinate Purple

📋 copy color: '#760B5D'

red 118 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #760B5D

Tints of Palatinate Purple #760B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 53.15%
G = 4.95%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#760B5D (or 0x760B5D) is known color: Palatinate Purple. HEX triplet: 76, 0B and 5D. RGB value is (118,11,93). Sum of RGB (Red+Green+Blue) = 118+11+93=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B5D is #89F4A2. Grayscale: #343434. Windows color (decimal): -9041059 or 6097782. OLE color: 6097782.

HSL color Cylindrical-coordinate representation of color #760B5D: hue angle of 314.02º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B5D is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 11 93 -
CMYK 0 0.91 0.21 0.54
HSL 314.02º 0.83% 0.25% -
HSV(B) 314.02º 0.91% 0.46% -
XYZ 9.57 4.88 10.79 -
YUV 52.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 118 11 93 0 0.91 0.21 0.54 314.02 0.83 0.25
Hex 76 B 5D 0 5B 15 36 13A 53 19
Octal 166 13 135 0 133 25 66 472 123 31
Binary 1110110 1011 1011101 0 1011011 10101 110110 100111010 1010011 11001

Color Harmonies of #760B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B5D

Black with #760B5D

Text Example


Text Example

White with #760B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760B5D; }

 p { color: rgb(118,11,93); }

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

background-color css

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

 a { background-color: rgb(118,11,93); }

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

border-color css

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

 span { border-color: rgb(118,11,93); }

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