Html Css Color HEX #760C58 Palatinate Purple

📋 copy color: '#760C58'

red 118 ◦ green 12 ◦ blue 88

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

Shades of Palatinate Purple #760C58

Tints of Palatinate Purple #760C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 54.13%
G = 5.5%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760C58 (or 0x760C58) is known color: Palatinate Purple. HEX triplet: 76, 0C and 58. RGB value is (118,12,88). Sum of RGB (Red+Green+Blue) = 118+12+88=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #760C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C58 is #89F3A7. Grayscale: #343434. Windows color (decimal): -9040808 or 5770358. OLE color: 5770358.

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

Color convert

RGB 118 12 88 -
CMYK 0 0.90 0.25 0.54
HSL 316.98º 0.82% 0.25% -
HSV(B) 316.98º 0.9% 0.46% -
XYZ 9.36 4.82 9.67 -
YUV 52.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 118 12 88 0 0.90 0.25 0.54 316.98 0.82 0.25
Hex 76 C 58 0 5A 19 36 13D 52 19
Octal 166 14 130 0 132 31 66 475 122 31
Binary 1110110 1100 1011000 0 1011010 11001 110110 100111101 1010010 11001

Color Harmonies of #760C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C58

Black with #760C58

Text Example


Text Example

White with #760C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,88); }

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

background-color css

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

 a { background-color: rgb(118,12,88); }

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

border-color css

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

 span { border-color: rgb(118,12,88); }

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