Html Css Color HEX #75276D Palatinate Purple

📋 copy color: '#75276D'

red 117 ◦ green 39 ◦ blue 109

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

Shades of Palatinate Purple #75276D

Tints of Palatinate Purple #75276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 44.15%
G = 14.72%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75276D (or 0x75276D) is known color: Palatinate Purple. HEX triplet: 75, 27 and 6D. RGB value is (117,39,109). Sum of RGB (Red+Green+Blue) = 117+39+109=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276D is #8AD892. Grayscale: #464646. Windows color (decimal): -9099411 or 7153525. OLE color: 7153525.

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

Color convert

RGB 117 39 109 -
CMYK 0 0.67 0.07 0.54
HSL 306.15º 0.5% 0.31% -
HSV(B) 306.15º 0.67% 0.46% -
XYZ 10.82 6.34 15.12 -
YUV 70.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 117 39 109 0 0.67 0.07 0.54 306.15 0.5 0.31
Hex 75 27 6D 0 43 7 36 132 32 1F
Octal 165 47 155 0 103 7 66 462 62 37
Binary 1110101 100111 1101101 0 1000011 111 110110 100110010 110010 11111

Color Harmonies of #75276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75276D

Black with #75276D

Text Example


Text Example

White with #75276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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