Html Css Color HEX #751858 Palatinate Purple

📋 copy color: '#751858'

red 117 ◦ green 24 ◦ blue 88

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

Shades of Palatinate Purple #751858

Tints of Palatinate Purple #751858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 51.09%
G = 10.48%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#751858 (or 0x751858) is known color: Palatinate Purple. HEX triplet: 75, 18 and 58. RGB value is (117,24,88). Sum of RGB (Red+Green+Blue) = 117+24+88=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #751858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751858 is #8AE7A7. Grayscale: #3A3A3A. Windows color (decimal): -9103272 or 5773429. OLE color: 5773429.

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

Color convert

RGB 117 24 88 -
CMYK 0 0.79 0.25 0.54
HSL 318.71º 0.66% 0.28% -
HSV(B) 318.71º 0.79% 0.46% -
XYZ 9.42 5.14 9.73 -
YUV 59.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 117 24 88 0 0.79 0.25 0.54 318.71 0.66 0.28
Hex 75 18 58 0 4F 19 36 13F 42 1C
Octal 165 30 130 0 117 31 66 477 102 34
Binary 1110101 11000 1011000 0 1001111 11001 110110 100111111 1000010 11100

Color Harmonies of #751858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751858

Black with #751858

Text Example


Text Example

White with #751858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751858; }

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

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

background-color css

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

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

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

border-color css

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

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

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