Html Css Color HEX #75195D Palatinate Purple

📋 copy color: '#75195D'

red 117 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #75195D

Tints of Palatinate Purple #75195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 49.79%
G = 10.64%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75195D (or 0x75195D) is known color: Palatinate Purple. HEX triplet: 75, 19 and 5D. RGB value is (117,25,93). Sum of RGB (Red+Green+Blue) = 117+25+93=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75195D is #8AE6A2. Grayscale: #3C3C3C. Windows color (decimal): -9103011 or 6101365. OLE color: 6101365.

HSL color Cylindrical-coordinate representation of color #75195D: hue angle of 315.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75195D is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 93 -
CMYK 0 0.79 0.21 0.54
HSL 315.65º 0.65% 0.28% -
HSV(B) 315.65º 0.79% 0.46% -
XYZ 9.66 5.27 10.86 -
YUV 60.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 117 25 93 0 0.79 0.21 0.54 315.65 0.65 0.28
Hex 75 19 5D 0 4F 15 36 13C 41 1C
Octal 165 31 135 0 117 25 66 474 101 34
Binary 1110101 11001 1011101 0 1001111 10101 110110 100111100 1000001 11100

Color Harmonies of #75195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75195D

Black with #75195D

Text Example


Text Example

White with #75195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75195D; }

 p { color: rgb(117,25,93); }

 H1.HeaderClassName
 {
   color: #75195D;
 }
 .AnyTagClassName
 {
   color: #75195D;
 }
</style>

background-color css

<style>
 a { background-color: #75195D; }

 a { background-color: rgb(117,25,93); }

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

border-color css

<style>
 span { border-color: #75195D; }

 span { border-color: rgb(117,25,93); }

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