Html Css Color HEX #75155E Palatinate Purple

📋 copy color: '#75155E'

red 117 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #75155E

Tints of Palatinate Purple #75155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 50.43%
G = 9.05%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75155E (or 0x75155E) is known color: Palatinate Purple. HEX triplet: 75, 15 and 5E. RGB value is (117,21,94). Sum of RGB (Red+Green+Blue) = 117+21+94=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155E is #8AEAA1. Grayscale: #393939. Windows color (decimal): -9104034 or 6165877. OLE color: 6165877.

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

Color convert

RGB 117 21 94 -
CMYK 0 0.82 0.20 0.54
HSL 314.38º 0.7% 0.27% -
HSV(B) 314.38º 0.82% 0.46% -
XYZ 9.62 5.13 11.07 -
YUV 58.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 117 21 94 0 0.82 0.20 0.54 314.38 0.7 0.27
Hex 75 15 5E 0 52 14 36 13A 46 1B
Octal 165 25 136 0 122 24 66 472 106 33
Binary 1110101 10101 1011110 0 1010010 10100 110110 100111010 1000110 11011

Color Harmonies of #75155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75155E

Black with #75155E

Text Example


Text Example

White with #75155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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