Html Css Color HEX #75296B Palatinate Purple

📋 copy color: '#75296B'

red 117 ◦ green 41 ◦ blue 107

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

Shades of Palatinate Purple #75296B

Tints of Palatinate Purple #75296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 44.15%
G = 15.47%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75296B (or 0x75296B) is known color: Palatinate Purple. HEX triplet: 75, 29 and 6B. RGB value is (117,41,107). Sum of RGB (Red+Green+Blue) = 117+41+107=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296B is #8AD694. Grayscale: #474747. Windows color (decimal): -9098901 or 7022965. OLE color: 7022965.

HSL color Cylindrical-coordinate representation of color #75296B: hue angle of 307.89º 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 #75296B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 107 -
CMYK 0 0.65 0.09 0.54
HSL 307.89º 0.48% 0.31% -
HSV(B) 307.89º 0.65% 0.46% -
XYZ 10.78 6.43 14.58 -
YUV 71.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 117 41 107 0 0.65 0.09 0.54 307.89 0.48 0.31
Hex 75 29 6B 0 41 9 36 134 30 1F
Octal 165 51 153 0 101 11 66 464 60 37
Binary 1110101 101001 1101011 0 1000001 1001 110110 100110100 110000 11111

Color Harmonies of #75296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75296B

Black with #75296B

Text Example


Text Example

White with #75296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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