Html Css Color HEX #751065 Palatinate Purple

📋 copy color: '#751065'

red 117 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #751065

Tints of Palatinate Purple #751065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 50%
G = 6.84%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#751065 (or 0x751065) is known color: Palatinate Purple. HEX triplet: 75, 10 and 65. RGB value is (117,16,101). Sum of RGB (Red+Green+Blue) = 117+16+101=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #751065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751065 is #8AEF9A. Grayscale: #373737. Windows color (decimal): -9105307 or 6623349. OLE color: 6623349.

HSL color Cylindrical-coordinate representation of color #751065: hue angle of 309.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751065 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 101 -
CMYK 0 0.86 0.14 0.54
HSL 309.5º 0.76% 0.26% -
HSV(B) 309.5º 0.86% 0.46% -
XYZ 9.87 5.09 12.77 -
YUV 55.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 117 16 101 0 0.86 0.14 0.54 309.5 0.76 0.26
Hex 75 10 65 0 56 E 36 136 4C 1A
Octal 165 20 145 0 126 16 66 466 114 32
Binary 1110101 10000 1100101 0 1010110 1110 110110 100110110 1001100 11010

Color Harmonies of #751065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751065

Black with #751065

Text Example


Text Example

White with #751065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751065; }

 p { color: rgb(117,16,101); }

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

background-color css

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

 a { background-color: rgb(117,16,101); }

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

border-color css

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

 span { border-color: rgb(117,16,101); }

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