Html Css Color HEX #751658 Palatinate Purple

📋 copy color: '#751658'

red 117 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #751658

Tints of Palatinate Purple #751658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 51.54%
G = 9.69%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#751658 (or 0x751658) is known color: Palatinate Purple. HEX triplet: 75, 16 and 58. RGB value is (117,22,88). Sum of RGB (Red+Green+Blue) = 117+22+88=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751658 is #8AE9A7. Grayscale: #393939. Windows color (decimal): -9103784 or 5772917. OLE color: 5772917.

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

Color convert

RGB 117 22 88 -
CMYK 0 0.81 0.25 0.54
HSL 318.32º 0.68% 0.27% -
HSV(B) 318.32º 0.81% 0.46% -
XYZ 9.38 5.06 9.71 -
YUV 57.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 117 22 88 0 0.81 0.25 0.54 318.32 0.68 0.27
Hex 75 16 58 0 51 19 36 13E 44 1B
Octal 165 26 130 0 121 31 66 476 104 33
Binary 1110101 10110 1011000 0 1010001 11001 110110 100111110 1000100 11011

Color Harmonies of #751658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751658

Black with #751658

Text Example


Text Example

White with #751658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751658; }

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

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

background-color css

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

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

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

border-color css

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

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

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