Html Css Color HEX #751758 Palatinate Purple

📋 copy color: '#751758'

red 117 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #751758

Tints of Palatinate Purple #751758

RGB

 RED value IS 117 (46.09% from 255) = 51.32%

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 51.32%
G = 10.09%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#751758 (or 0x751758) is known color: Palatinate Purple. HEX triplet: 75, 17 and 58. RGB value is (117,23,88). Sum of RGB (Red+Green+Blue) = 117+23+88=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #751758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751758 is #8AE8A7. Grayscale: #3A3A3A. Windows color (decimal): -9103528 or 5773173. OLE color: 5773173.

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

Color convert

RGB 117 23 88 -
CMYK 0 0.80 0.25 0.54
HSL 318.51º 0.67% 0.27% -
HSV(B) 318.51º 0.8% 0.46% -
XYZ 9.4 5.1 9.72 -
YUV 58.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 117 23 88 0 0.80 0.25 0.54 318.51 0.67 0.27
Hex 75 17 58 0 50 19 36 13F 43 1B
Octal 165 27 130 0 120 31 66 477 103 33
Binary 1110101 10111 1011000 0 1010000 11001 110110 100111111 1000011 11011

Color Harmonies of #751758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751758

Black with #751758

Text Example


Text Example

White with #751758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751758; }

 p { color: rgb(117,23,88); }

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

background-color css

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

 a { background-color: rgb(117,23,88); }

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

border-color css

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

 span { border-color: rgb(117,23,88); }

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