Html Css Color HEX #751266 Palatinate Purple

📋 copy color: '#751266'

red 117 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #751266

Tints of Palatinate Purple #751266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 49.37%
G = 7.59%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751266 (or 0x751266) is known color: Palatinate Purple. HEX triplet: 75, 12 and 66. RGB value is (117,18,102). Sum of RGB (Red+Green+Blue) = 117+18+102=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751266 is #8AED99. Grayscale: #383838. Windows color (decimal): -9104794 or 6689397. OLE color: 6689397.

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

Color convert

RGB 117 18 102 -
CMYK 0 0.85 0.13 0.54
HSL 309.09º 0.73% 0.26% -
HSV(B) 309.09º 0.85% 0.46% -
XYZ 9.95 5.17 13.04 -
YUV 57.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 117 18 102 0 0.85 0.13 0.54 309.09 0.73 0.26
Hex 75 12 66 0 55 D 36 135 49 1A
Octal 165 22 146 0 125 15 66 465 111 32
Binary 1110101 10010 1100110 0 1010101 1101 110110 100110101 1001001 11010

Color Harmonies of #751266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751266

Black with #751266

Text Example


Text Example

White with #751266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751266; }

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

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

background-color css

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

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

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

border-color css

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

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

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