Html Css Color HEX #75275E Palatinate Purple

📋 copy color: '#75275E'

red 117 ◦ green 39 ◦ blue 94

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

Shades of Palatinate Purple #75275E

Tints of Palatinate Purple #75275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 46.8%
G = 15.6%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75275E (or 0x75275E) is known color: Palatinate Purple. HEX triplet: 75, 27 and 5E. RGB value is (117,39,94). Sum of RGB (Red+Green+Blue) = 117+39+94=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75275E is #8AD8A1. Grayscale: #444444. Windows color (decimal): -9099426 or 6170485. OLE color: 6170485.

HSL color Cylindrical-coordinate representation of color #75275E: hue angle of 317.69º 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 #75275E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 94 -
CMYK 0 0.67 0.20 0.54
HSL 317.69º 0.5% 0.31% -
HSV(B) 317.69º 0.67% 0.46% -
XYZ 10.08 6.04 11.22 -
YUV 68.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 117 39 94 0 0.67 0.20 0.54 317.69 0.5 0.31
Hex 75 27 5E 0 43 14 36 13E 32 1F
Octal 165 47 136 0 103 24 66 476 62 37
Binary 1110101 100111 1011110 0 1000011 10100 110110 100111110 110010 11111

Color Harmonies of #75275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75275E

Black with #75275E

Text Example


Text Example

White with #75275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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