Html Css Color HEX #75296E Palatinate Purple

📋 copy color: '#75296E'

red 117 ◦ green 41 ◦ blue 110

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

Shades of Palatinate Purple #75296E

Tints of Palatinate Purple #75296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

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

R = 43.66%
G = 15.3%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75296E (or 0x75296E) is known color: Palatinate Purple. HEX triplet: 75, 29 and 6E. RGB value is (117,41,110). Sum of RGB (Red+Green+Blue) = 117+41+110=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296E is #8AD691. Grayscale: #474747. Windows color (decimal): -9098898 or 7219573. OLE color: 7219573.

HSL color Cylindrical-coordinate representation of color #75296E: hue angle of 305.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75296E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 110 -
CMYK 0 0.65 0.06 0.54
HSL 305.53º 0.48% 0.31% -
HSV(B) 305.53º 0.65% 0.46% -
XYZ 10.94 6.49 15.43 -
YUV 71.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 117 41 110 0 0.65 0.06 0.54 305.53 0.48 0.31
Hex 75 29 6E 0 41 6 36 132 30 1F
Octal 165 51 156 0 101 6 66 462 60 37
Binary 1110101 101001 1101110 0 1000001 110 110110 100110010 110000 11111

Color Harmonies of #75296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75296E

Black with #75296E

Text Example


Text Example

White with #75296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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