Html Css Color HEX #75286E Palatinate Purple

📋 copy color: '#75286E'

red 117 ◦ green 40 ◦ blue 110

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

Shades of Palatinate Purple #75286E

Tints of Palatinate Purple #75286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 43.82%
G = 14.98%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75286E (or 0x75286E) is known color: Palatinate Purple. HEX triplet: 75, 28 and 6E. RGB value is (117,40,110). Sum of RGB (Red+Green+Blue) = 117+40+110=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286E is #8AD791. Grayscale: #464646. Windows color (decimal): -9099154 or 7219317. OLE color: 7219317.

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

Color convert

RGB 117 40 110 -
CMYK 0 0.66 0.06 0.54
HSL 305.45º 0.49% 0.31% -
HSV(B) 305.45º 0.66% 0.46% -
XYZ 10.91 6.43 15.42 -
YUV 71 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 117 40 110 0 0.66 0.06 0.54 305.45 0.49 0.31
Hex 75 28 6E 0 42 6 36 131 31 1F
Octal 165 50 156 0 102 6 66 461 61 37
Binary 1110101 101000 1101110 0 1000010 110 110110 100110001 110001 11111

Color Harmonies of #75286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75286E

Black with #75286E

Text Example


Text Example

White with #75286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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