Html Css Color HEX #750B5F Palatinate Purple

📋 copy color: '#750B5F'

red 117 ◦ green 11 ◦ blue 95

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

Shades of Palatinate Purple #750B5F

Tints of Palatinate Purple #750B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 52.47%
G = 4.93%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#750B5F (or 0x750B5F) is known color: Palatinate Purple. HEX triplet: 75, 0B and 5F. RGB value is (117,11,95). Sum of RGB (Red+Green+Blue) = 117+11+95=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B5F is #8AF4A0. Grayscale: #343434. Windows color (decimal): -9106593 or 6228853. OLE color: 6228853.

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

Color convert

RGB 117 11 95 -
CMYK 0 0.91 0.19 0.54
HSL 312.45º 0.83% 0.25% -
HSV(B) 312.45º 0.91% 0.46% -
XYZ 9.52 4.85 11.26 -
YUV 52.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 117 11 95 0 0.91 0.19 0.54 312.45 0.83 0.25
Hex 75 B 5F 0 5B 13 36 138 53 19
Octal 165 13 137 0 133 23 66 470 123 31
Binary 1110101 1011 1011111 0 1011011 10011 110110 100111000 1010011 11001

Color Harmonies of #750B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B5F

Black with #750B5F

Text Example


Text Example

White with #750B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750B5F; }

 p { color: rgb(117,11,95); }

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

background-color css

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

 a { background-color: rgb(117,11,95); }

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

border-color css

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

 span { border-color: rgb(117,11,95); }

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