Html Css Color HEX #75155B Palatinate Purple

📋 copy color: '#75155B'

red 117 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #75155B

Tints of Palatinate Purple #75155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 51.09%
G = 9.17%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75155B (or 0x75155B) is known color: Palatinate Purple. HEX triplet: 75, 15 and 5B. RGB value is (117,21,91). Sum of RGB (Red+Green+Blue) = 117+21+91=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155B is #8AEAA4. Grayscale: #393939. Windows color (decimal): -9104037 or 5969269. OLE color: 5969269.

HSL color Cylindrical-coordinate representation of color #75155B: hue angle of 316.25º 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 #75155B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 91 -
CMYK 0 0.82 0.22 0.54
HSL 316.25º 0.7% 0.27% -
HSV(B) 316.25º 0.82% 0.46% -
XYZ 9.49 5.07 10.38 -
YUV 57.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 117 21 91 0 0.82 0.22 0.54 316.25 0.7 0.27
Hex 75 15 5B 0 52 16 36 13C 46 1B
Octal 165 25 133 0 122 26 66 474 106 33
Binary 1110101 10101 1011011 0 1010010 10110 110110 100111100 1000110 11011

Color Harmonies of #75155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75155B

Black with #75155B

Text Example


Text Example

White with #75155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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