Html Css Color HEX #752862 Palatinate Purple

📋 copy color: '#752862'

red 117 ◦ green 40 ◦ blue 98

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

Shades of Palatinate Purple #752862

Tints of Palatinate Purple #752862

RGB

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

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

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

R = 45.88%
G = 15.69%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#752862 (or 0x752862) is known color: Palatinate Purple. HEX triplet: 75, 28 and 62. RGB value is (117,40,98). Sum of RGB (Red+Green+Blue) = 117+40+98=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752862 is #8AD79D. Grayscale: #454545. Windows color (decimal): -9099166 or 6432885. OLE color: 6432885.

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

Color convert

RGB 117 40 98 -
CMYK 0 0.66 0.16 0.54
HSL 314.81º 0.49% 0.31% -
HSV(B) 314.81º 0.66% 0.46% -
XYZ 10.3 6.18 12.21 -
YUV 69.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 117 40 98 0 0.66 0.16 0.54 314.81 0.49 0.31
Hex 75 28 62 0 42 10 36 13B 31 1F
Octal 165 50 142 0 102 20 66 473 61 37
Binary 1110101 101000 1100010 0 1000010 10000 110110 100111011 110001 11111

Color Harmonies of #752862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752862

Black with #752862

Text Example


Text Example

White with #752862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752862; }

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

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

background-color css

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

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

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

border-color css

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

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

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