Html Css Color HEX #750D64 Palatinate Purple

📋 copy color: '#750D64'

red 117 ◦ green 13 ◦ blue 100

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

Shades of Palatinate Purple #750D64

Tints of Palatinate Purple #750D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.65%

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 50.87%
G = 5.65%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750D64 (or 0x750D64) is known color: Palatinate Purple. HEX triplet: 75, 0D and 64. RGB value is (117,13,100). Sum of RGB (Red+Green+Blue) = 117+13+100=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #750D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D64 is #8AF29B. Grayscale: #353535. Windows color (decimal): -9106076 or 6557045. OLE color: 6557045.

HSL color Cylindrical-coordinate representation of color #750D64: hue angle of 309.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D64 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 100 -
CMYK 0 0.89 0.15 0.54
HSL 309.81º 0.8% 0.25% -
HSV(B) 309.81º 0.89% 0.46% -
XYZ 9.78 4.99 12.5 -
YUV 54.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 117 13 100 0 0.89 0.15 0.54 309.81 0.8 0.25
Hex 75 D 64 0 59 F 36 136 50 19
Octal 165 15 144 0 131 17 66 466 120 31
Binary 1110101 1101 1100100 0 1011001 1111 110110 100110110 1010000 11001

Color Harmonies of #750D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D64

Black with #750D64

Text Example


Text Example

White with #750D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D64; }

 p { color: rgb(117,13,100); }

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

background-color css

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

 a { background-color: rgb(117,13,100); }

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

border-color css

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

 span { border-color: rgb(117,13,100); }

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