Html Css Color HEX #75275F Palatinate Purple

📋 copy color: '#75275F'

red 117 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #75275F

Tints of Palatinate Purple #75275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 46.61%
G = 15.54%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75275F (or 0x75275F) is known color: Palatinate Purple. HEX triplet: 75, 27 and 5F. RGB value is (117,39,95). Sum of RGB (Red+Green+Blue) = 117+39+95=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75275F is #8AD8A0. Grayscale: #444444. Windows color (decimal): -9099425 or 6236021. OLE color: 6236021.

HSL color Cylindrical-coordinate representation of color #75275F: hue angle of 316.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75275F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 95 -
CMYK 0 0.67 0.19 0.54
HSL 316.92º 0.5% 0.31% -
HSV(B) 316.92º 0.67% 0.46% -
XYZ 10.13 6.06 11.46 -
YUV 68.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 117 39 95 0 0.67 0.19 0.54 316.92 0.5 0.31
Hex 75 27 5F 0 43 13 36 13D 32 1F
Octal 165 47 137 0 103 23 66 475 62 37
Binary 1110101 100111 1011111 0 1000011 10011 110110 100111101 110010 11111

Color Harmonies of #75275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75275F

Black with #75275F

Text Example


Text Example

White with #75275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75275F; }

 p { color: rgb(117,39,95); }

 H1.HeaderClassName
 {
   color: #75275F;
 }
 .AnyTagClassName
 {
   color: #75275F;
 }
</style>

background-color css

<style>
 a { background-color: #75275F; }

 a { background-color: rgb(117,39,95); }

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

border-color css

<style>
 span { border-color: #75275F; }

 span { border-color: rgb(117,39,95); }

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