Html Css Color HEX #75285C Palatinate Purple

📋 copy color: '#75285C'

red 117 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #75285C

Tints of Palatinate Purple #75285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 46.99%
G = 16.06%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75285C (or 0x75285C) is known color: Palatinate Purple. HEX triplet: 75, 28 and 5C. RGB value is (117,40,92). Sum of RGB (Red+Green+Blue) = 117+40+92=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285C is #8AD7A3. Grayscale: #444444. Windows color (decimal): -9099172 or 6039669. OLE color: 6039669.

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

Color convert

RGB 117 40 92 -
CMYK 0 0.66 0.21 0.54
HSL 319.48º 0.49% 0.31% -
HSV(B) 319.48º 0.66% 0.46% -
XYZ 10.03 6.07 10.77 -
YUV 68.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 117 40 92 0 0.66 0.21 0.54 319.48 0.49 0.31
Hex 75 28 5C 0 42 15 36 13F 31 1F
Octal 165 50 134 0 102 25 66 477 61 37
Binary 1110101 101000 1011100 0 1000010 10101 110110 100111111 110001 11111

Color Harmonies of #75285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75285C

Black with #75285C

Text Example


Text Example

White with #75285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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