Html Css Color HEX #75245C Palatinate Purple

📋 copy color: '#75245C'

red 117 ◦ green 36 ◦ blue 92

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

Shades of Palatinate Purple #75245C

Tints of Palatinate Purple #75245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 47.76%
G = 14.69%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75245C (or 0x75245C) is known color: Palatinate Purple. HEX triplet: 75, 24 and 5C. RGB value is (117,36,92). Sum of RGB (Red+Green+Blue) = 117+36+92=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75245C is #8ADBA3. Grayscale: #424242. Windows color (decimal): -9100196 or 6038645. OLE color: 6038645.

HSL color Cylindrical-coordinate representation of color #75245C: hue angle of 318.52º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75245C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 92 -
CMYK 0 0.69 0.21 0.54
HSL 318.52º 0.53% 0.3% -
HSV(B) 318.52º 0.69% 0.46% -
XYZ 9.9 5.82 10.73 -
YUV 66.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 117 36 92 0 0.69 0.21 0.54 318.52 0.53 0.3
Hex 75 24 5C 0 45 15 36 13F 35 1E
Octal 165 44 134 0 105 25 66 477 65 36
Binary 1110101 100100 1011100 0 1000101 10101 110110 100111111 110101 11110

Color Harmonies of #75245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75245C

Black with #75245C

Text Example


Text Example

White with #75245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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