Html Css Color HEX #75125A Palatinate Purple

📋 copy color: '#75125A'

red 117 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #75125A

Tints of Palatinate Purple #75125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 52%
G = 8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75125A (or 0x75125A) is known color: Palatinate Purple. HEX triplet: 75, 12 and 5A. RGB value is (117,18,90). Sum of RGB (Red+Green+Blue) = 117+18+90=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75125A is #8AEDA5. Grayscale: #373737. Windows color (decimal): -9104806 or 5902965. OLE color: 5902965.

HSL color Cylindrical-coordinate representation of color #75125A: hue angle of 316.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75125A is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 90 -
CMYK 0 0.85 0.23 0.54
HSL 316.36º 0.73% 0.26% -
HSV(B) 316.36º 0.85% 0.46% -
XYZ 9.4 4.95 10.13 -
YUV 55.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 117 18 90 0 0.85 0.23 0.54 316.36 0.73 0.26
Hex 75 12 5A 0 55 17 36 13C 49 1A
Octal 165 22 132 0 125 27 66 474 111 32
Binary 1110101 10010 1011010 0 1010101 10111 110110 100111100 1001001 11010

Color Harmonies of #75125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75125A

Black with #75125A

Text Example


Text Example

White with #75125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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