Html Css Color HEX #750862 Palatinate Purple

📋 copy color: '#750862'

red 117 ◦ green 8 ◦ blue 98

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

Shades of Palatinate Purple #750862

Tints of Palatinate Purple #750862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 52.47%
G = 3.59%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#750862 (or 0x750862) is known color: Palatinate Purple. HEX triplet: 75, 08 and 62. RGB value is (117,8,98). Sum of RGB (Red+Green+Blue) = 117+8+98=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750862 is #8AF79D. Grayscale: #323232. Windows color (decimal): -9107358 or 6424693. OLE color: 6424693.

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

Color convert

RGB 117 8 98 -
CMYK 0 0.93 0.16 0.54
HSL 310.46º 0.87% 0.25% -
HSV(B) 310.46º 0.93% 0.46% -
XYZ 9.63 4.84 11.98 -
YUV 50.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 117 8 98 0 0.93 0.16 0.54 310.46 0.87 0.25
Hex 75 8 62 0 5D 10 36 136 57 19
Octal 165 10 142 0 135 20 66 466 127 31
Binary 1110101 1000 1100010 0 1011101 10000 110110 100110110 1010111 11001

Color Harmonies of #750862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750862

Black with #750862

Text Example


Text Example

White with #750862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750862; }

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

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

background-color css

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

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

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

border-color css

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

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

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