Html Css Color HEX #761458 Palatinate Purple

📋 copy color: '#761458'

red 118 ◦ green 20 ◦ blue 88

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

Shades of Palatinate Purple #761458

Tints of Palatinate Purple #761458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 52.21%
G = 8.85%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#761458 (or 0x761458) is known color: Palatinate Purple. HEX triplet: 76, 14 and 58. RGB value is (118,20,88). Sum of RGB (Red+Green+Blue) = 118+20+88=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #761458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761458 is #89EBA7. Grayscale: #383838. Windows color (decimal): -9038760 or 5772406. OLE color: 5772406.

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

Color convert

RGB 118 20 88 -
CMYK 0 0.83 0.25 0.54
HSL 318.37º 0.71% 0.27% -
HSV(B) 318.37º 0.83% 0.46% -
XYZ 9.48 5.06 9.71 -
YUV 57.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 118 20 88 0 0.83 0.25 0.54 318.37 0.71 0.27
Hex 76 14 58 0 53 19 36 13E 47 1B
Octal 166 24 130 0 123 31 66 476 107 33
Binary 1110110 10100 1011000 0 1010011 11001 110110 100111110 1000111 11011

Color Harmonies of #761458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761458

Black with #761458

Text Example


Text Example

White with #761458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761458; }

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

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

background-color css

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

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

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

border-color css

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

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

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