Html Css Color HEX #752762 Palatinate Purple

📋 copy color: '#752762'

red 117 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #752762

Tints of Palatinate Purple #752762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

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

R = 46.06%
G = 15.35%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#752762 (or 0x752762) is known color: Palatinate Purple. HEX triplet: 75, 27 and 62. RGB value is (117,39,98). Sum of RGB (Red+Green+Blue) = 117+39+98=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #752762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752762 is #8AD89D. Grayscale: #444444. Windows color (decimal): -9099422 or 6432629. OLE color: 6432629.

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

Color convert

RGB 117 39 98 -
CMYK 0 0.67 0.16 0.54
HSL 314.62º 0.5% 0.31% -
HSV(B) 314.62º 0.67% 0.46% -
XYZ 10.27 6.11 12.19 -
YUV 69.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 117 39 98 0 0.67 0.16 0.54 314.62 0.5 0.31
Hex 75 27 62 0 43 10 36 13B 32 1F
Octal 165 47 142 0 103 20 66 473 62 37
Binary 1110101 100111 1100010 0 1000011 10000 110110 100111011 110010 11111

Color Harmonies of #752762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752762

Black with #752762

Text Example


Text Example

White with #752762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752762; }

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

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

background-color css

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

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

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

border-color css

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

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

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