Html Css Color HEX #75155F Palatinate Purple

📋 copy color: '#75155F'

red 117 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #75155F

Tints of Palatinate Purple #75155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 50.21%
G = 9.01%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75155F (or 0x75155F) is known color: Palatinate Purple. HEX triplet: 75, 15 and 5F. RGB value is (117,21,95). Sum of RGB (Red+Green+Blue) = 117+21+95=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155F is #8AEAA0. Grayscale: #393939. Windows color (decimal): -9104033 or 6231413. OLE color: 6231413.

HSL color Cylindrical-coordinate representation of color #75155F: hue angle of 313.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75155F is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 95 -
CMYK 0 0.82 0.19 0.54
HSL 313.75º 0.7% 0.27% -
HSV(B) 313.75º 0.82% 0.46% -
XYZ 9.67 5.14 11.31 -
YUV 58.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 117 21 95 0 0.82 0.19 0.54 313.75 0.7 0.27
Hex 75 15 5F 0 52 13 36 13A 46 1B
Octal 165 25 137 0 122 23 66 472 106 33
Binary 1110101 10101 1011111 0 1010010 10011 110110 100111010 1000110 11011

Color Harmonies of #75155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75155F

Black with #75155F

Text Example


Text Example

White with #75155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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