Html Css Color HEX #761358 Palatinate Purple

📋 copy color: '#761358'

red 118 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #761358

Tints of Palatinate Purple #761358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 52.44%
G = 8.44%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#761358 (or 0x761358) is known color: Palatinate Purple. HEX triplet: 76, 13 and 58. RGB value is (118,19,88). Sum of RGB (Red+Green+Blue) = 118+19+88=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761358 is #89ECA7. Grayscale: #383838. Windows color (decimal): -9039016 or 5772150. OLE color: 5772150.

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

Color convert

RGB 118 19 88 -
CMYK 0 0.84 0.25 0.54
HSL 318.18º 0.72% 0.27% -
HSV(B) 318.18º 0.84% 0.46% -
XYZ 9.47 5.02 9.7 -
YUV 56.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 118 19 88 0 0.84 0.25 0.54 318.18 0.72 0.27
Hex 76 13 58 0 54 19 36 13E 48 1B
Octal 166 23 130 0 124 31 66 476 110 33
Binary 1110110 10011 1011000 0 1010100 11001 110110 100111110 1001000 11011

Color Harmonies of #761358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761358

Black with #761358

Text Example


Text Example

White with #761358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761358; }

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

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

background-color css

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

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

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

border-color css

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

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

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