Html Css Color HEX #75075C Palatinate Purple

📋 copy color: '#75075C'

red 117 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #75075C

Tints of Palatinate Purple #75075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 54.17%
G = 3.24%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75075C (or 0x75075C) is known color: Palatinate Purple. HEX triplet: 75, 07 and 5C. RGB value is (117,7,92). Sum of RGB (Red+Green+Blue) = 117+7+92=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075C is #8AF8A3. Grayscale: #313131. Windows color (decimal): -9107620 or 6031221. OLE color: 6031221.

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

Color convert

RGB 117 7 92 -
CMYK 0 0.94 0.21 0.54
HSL 313.64º 0.89% 0.24% -
HSV(B) 313.64º 0.94% 0.46% -
XYZ 9.34 4.71 10.54 -
YUV 49.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 117 7 92 0 0.94 0.21 0.54 313.64 0.89 0.24
Hex 75 7 5C 0 5E 15 36 13A 59 18
Octal 165 7 134 0 136 25 66 472 131 30
Binary 1110101 111 1011100 0 1011110 10101 110110 100111010 1011001 11000

Color Harmonies of #75075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75075C

Black with #75075C

Text Example


Text Example

White with #75075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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