Html Css Color HEX #75296C Palatinate Purple

📋 copy color: '#75296C'

red 117 ◦ green 41 ◦ blue 108

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

Shades of Palatinate Purple #75296C

Tints of Palatinate Purple #75296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 43.98%
G = 15.41%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75296C (or 0x75296C) is known color: Palatinate Purple. HEX triplet: 75, 29 and 6C. RGB value is (117,41,108). Sum of RGB (Red+Green+Blue) = 117+41+108=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296C is #8AD693. Grayscale: #474747. Windows color (decimal): -9098900 or 7088501. OLE color: 7088501.

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

Color convert

RGB 117 41 108 -
CMYK 0 0.65 0.08 0.54
HSL 307.11º 0.48% 0.31% -
HSV(B) 307.11º 0.65% 0.46% -
XYZ 10.84 6.45 14.86 -
YUV 71.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 117 41 108 0 0.65 0.08 0.54 307.11 0.48 0.31
Hex 75 29 6C 0 41 8 36 133 30 1F
Octal 165 51 154 0 101 10 66 463 60 37
Binary 1110101 101001 1101100 0 1000001 1000 110110 100110011 110000 11111

Color Harmonies of #75296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75296C

Black with #75296C

Text Example


Text Example

White with #75296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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