Html Css Color HEX #75286C Palatinate Purple

📋 copy color: '#75286C'

red 117 ◦ green 40 ◦ blue 108

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

Shades of Palatinate Purple #75286C

Tints of Palatinate Purple #75286C

RGB

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

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

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

R = 44.15%
G = 15.09%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75286C (or 0x75286C) is known color: Palatinate Purple. HEX triplet: 75, 28 and 6C. RGB value is (117,40,108). Sum of RGB (Red+Green+Blue) = 117+40+108=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286C is #8AD793. Grayscale: #464646. Windows color (decimal): -9099156 or 7088245. OLE color: 7088245.

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

Color convert

RGB 117 40 108 -
CMYK 0 0.66 0.08 0.54
HSL 307.01º 0.49% 0.31% -
HSV(B) 307.01º 0.66% 0.46% -
XYZ 10.8 6.38 14.85 -
YUV 70.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 117 40 108 0 0.66 0.08 0.54 307.01 0.49 0.31
Hex 75 28 6C 0 42 8 36 133 31 1F
Octal 165 50 154 0 102 10 66 463 61 37
Binary 1110101 101000 1101100 0 1000010 1000 110110 100110011 110001 11111

Color Harmonies of #75286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75286C

Black with #75286C

Text Example


Text Example

White with #75286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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