Html Css Color HEX #75195A Palatinate Purple

📋 copy color: '#75195A'

red 117 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #75195A

Tints of Palatinate Purple #75195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 50.43%
G = 10.78%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75195A (or 0x75195A) is known color: Palatinate Purple. HEX triplet: 75, 19 and 5A. RGB value is (117,25,90). Sum of RGB (Red+Green+Blue) = 117+25+90=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75195A is #8AE6A5. Grayscale: #3B3B3B. Windows color (decimal): -9103014 or 5904757. OLE color: 5904757.

HSL color Cylindrical-coordinate representation of color #75195A: hue angle of 317.61º 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 #75195A is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 90 -
CMYK 0 0.79 0.23 0.54
HSL 317.61º 0.65% 0.28% -
HSV(B) 317.61º 0.79% 0.46% -
XYZ 9.53 5.22 10.18 -
YUV 59.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 117 25 90 0 0.79 0.23 0.54 317.61 0.65 0.28
Hex 75 19 5A 0 4F 17 36 13E 41 1C
Octal 165 31 132 0 117 27 66 476 101 34
Binary 1110101 11001 1011010 0 1001111 10111 110110 100111110 1000001 11100

Color Harmonies of #75195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75195A

Black with #75195A

Text Example


Text Example

White with #75195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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