Html Css Color HEX #75255D Palatinate Purple

📋 copy color: '#75255D'

red 117 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #75255D

Tints of Palatinate Purple #75255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 47.37%
G = 14.98%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75255D (or 0x75255D) is known color: Palatinate Purple. HEX triplet: 75, 25 and 5D. RGB value is (117,37,93). Sum of RGB (Red+Green+Blue) = 117+37+93=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255D is #8ADAA2. Grayscale: #434343. Windows color (decimal): -9099939 or 6104437. OLE color: 6104437.

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

Color convert

RGB 117 37 93 -
CMYK 0 0.68 0.21 0.54
HSL 318º 0.52% 0.3% -
HSV(B) 318º 0.68% 0.46% -
XYZ 9.97 5.9 10.97 -
YUV 67.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 117 37 93 0 0.68 0.21 0.54 318 0.52 0.3
Hex 75 25 5D 0 44 15 36 13E 34 1E
Octal 165 45 135 0 104 25 66 476 64 36
Binary 1110101 100101 1011101 0 1000100 10101 110110 100111110 110100 11110

Color Harmonies of #75255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75255D

Black with #75255D

Text Example


Text Example

White with #75255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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