Html Css Color HEX #75145C Palatinate Purple

📋 copy color: '#75145C'

red 117 ◦ green 20 ◦ blue 92

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

Shades of Palatinate Purple #75145C

Tints of Palatinate Purple #75145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 51.09%
G = 8.73%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75145C (or 0x75145C) is known color: Palatinate Purple. HEX triplet: 75, 14 and 5C. RGB value is (117,20,92). Sum of RGB (Red+Green+Blue) = 117+20+92=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75145C is #8AEBA3. Grayscale: #393939. Windows color (decimal): -9104292 or 6034549. OLE color: 6034549.

HSL color Cylindrical-coordinate representation of color #75145C: hue angle of 315.46º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75145C is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 92 -
CMYK 0 0.83 0.21 0.54
HSL 315.46º 0.71% 0.27% -
HSV(B) 315.46º 0.83% 0.46% -
XYZ 9.52 5.05 10.6 -
YUV 57.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 117 20 92 0 0.83 0.21 0.54 315.46 0.71 0.27
Hex 75 14 5C 0 53 15 36 13B 47 1B
Octal 165 24 134 0 123 25 66 473 107 33
Binary 1110101 10100 1011100 0 1010011 10101 110110 100111011 1000111 11011

Color Harmonies of #75145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75145C

Black with #75145C

Text Example


Text Example

White with #75145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75145C; }

 p { color: rgb(117,20,92); }

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

background-color css

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

 a { background-color: rgb(117,20,92); }

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

border-color css

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

 span { border-color: rgb(117,20,92); }

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