Html Css Color HEX #75245D Palatinate Purple

📋 copy color: '#75245D'

red 117 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #75245D

Tints of Palatinate Purple #75245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 47.56%
G = 14.63%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75245D (or 0x75245D) is known color: Palatinate Purple. HEX triplet: 75, 24 and 5D. RGB value is (117,36,93). Sum of RGB (Red+Green+Blue) = 117+36+93=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75245D is #8ADBA2. Grayscale: #424242. Windows color (decimal): -9100195 or 6104181. OLE color: 6104181.

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

Color convert

RGB 117 36 93 -
CMYK 0 0.69 0.21 0.54
HSL 317.78º 0.53% 0.3% -
HSV(B) 317.78º 0.69% 0.46% -
XYZ 9.94 5.83 10.96 -
YUV 66.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 117 36 93 0 0.69 0.21 0.54 317.78 0.53 0.3
Hex 75 24 5D 0 45 15 36 13E 35 1E
Octal 165 44 135 0 105 25 66 476 65 36
Binary 1110101 100100 1011101 0 1000101 10101 110110 100111110 110101 11110

Color Harmonies of #75245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75245D

Black with #75245D

Text Example


Text Example

White with #75245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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