Html Css Color HEX #75286D Palatinate Purple

📋 copy color: '#75286D'

red 117 ◦ green 40 ◦ blue 109

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

Shades of Palatinate Purple #75286D

Tints of Palatinate Purple #75286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 43.98%
G = 15.04%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75286D (or 0x75286D) is known color: Palatinate Purple. HEX triplet: 75, 28 and 6D. RGB value is (117,40,109). Sum of RGB (Red+Green+Blue) = 117+40+109=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286D is #8AD792. Grayscale: #464646. Windows color (decimal): -9099155 or 7153781. OLE color: 7153781.

HSL color Cylindrical-coordinate representation of color #75286D: hue angle of 306.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75286D is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 109 -
CMYK 0 0.66 0.07 0.54
HSL 306.23º 0.49% 0.31% -
HSV(B) 306.23º 0.66% 0.46% -
XYZ 10.86 6.4 15.13 -
YUV 70.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 117 40 109 0 0.66 0.07 0.54 306.23 0.49 0.31
Hex 75 28 6D 0 42 7 36 132 31 1F
Octal 165 50 155 0 102 7 66 462 61 37
Binary 1110101 101000 1101101 0 1000010 111 110110 100110010 110001 11111

Color Harmonies of #75286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75286D

Black with #75286D

Text Example


Text Example

White with #75286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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