Html Css Color HEX #751066 Palatinate Purple

📋 copy color: '#751066'

red 117 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #751066

Tints of Palatinate Purple #751066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 49.79%
G = 6.81%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751066 (or 0x751066) is known color: Palatinate Purple. HEX triplet: 75, 10 and 66. RGB value is (117,16,102). Sum of RGB (Red+Green+Blue) = 117+16+102=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #751066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751066 is #8AEF99. Grayscale: #373737. Windows color (decimal): -9105306 or 6688885. OLE color: 6688885.

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

Color convert

RGB 117 16 102 -
CMYK 0 0.86 0.13 0.54
HSL 308.91º 0.76% 0.26% -
HSV(B) 308.91º 0.86% 0.46% -
XYZ 9.92 5.11 13.03 -
YUV 56 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 117 16 102 0 0.86 0.13 0.54 308.91 0.76 0.26
Hex 75 10 66 0 56 D 36 135 4C 1A
Octal 165 20 146 0 126 15 66 465 114 32
Binary 1110101 10000 1100110 0 1010110 1101 110110 100110101 1001100 11010

Color Harmonies of #751066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751066

Black with #751066

Text Example


Text Example

White with #751066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751066; }

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

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

background-color css

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

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

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

border-color css

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

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

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