Html Css Color HEX #753862 Palatinate Purple

📋 copy color: '#753862'

red 117 ◦ green 56 ◦ blue 98

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

Shades of Palatinate Purple #753862

Tints of Palatinate Purple #753862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 43.17%
G = 20.66%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753862 (or 0x753862) is known color: Palatinate Purple. HEX triplet: 75, 38 and 62. RGB value is (117,56,98). Sum of RGB (Red+Green+Blue) = 117+56+98=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753862 is #8AC79D. Grayscale: #4E4E4E. Windows color (decimal): -9095070 or 6436981. OLE color: 6436981.

HSL color Cylindrical-coordinate representation of color #753862: hue angle of 318.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753862 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 98 -
CMYK 0 0.52 0.16 0.54
HSL 318.69º 0.35% 0.34% -
HSV(B) 318.69º 0.52% 0.46% -
XYZ 10.95 7.49 12.42 -
YUV 79.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 117 56 98 0 0.52 0.16 0.54 318.69 0.35 0.34
Hex 75 38 62 0 34 10 36 13F 23 22
Octal 165 70 142 0 64 20 66 477 43 42
Binary 1110101 111000 1100010 0 110100 10000 110110 100111111 100011 100010

Color Harmonies of #753862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753862

Black with #753862

Text Example


Text Example

White with #753862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753862; }

 p { color: rgb(117,56,98); }

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

background-color css

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

 a { background-color: rgb(117,56,98); }

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

border-color css

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

 span { border-color: rgb(117,56,98); }

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