Html Css Color HEX #751366 Palatinate Purple

📋 copy color: '#751366'

red 117 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #751366

Tints of Palatinate Purple #751366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 49.16%
G = 7.98%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751366 (or 0x751366) is known color: Palatinate Purple. HEX triplet: 75, 13 and 66. RGB value is (117,19,102). Sum of RGB (Red+Green+Blue) = 117+19+102=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751366 is #8AEC99. Grayscale: #393939. Windows color (decimal): -9104538 or 6689653. OLE color: 6689653.

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

Color convert

RGB 117 19 102 -
CMYK 0 0.84 0.13 0.54
HSL 309.18º 0.72% 0.27% -
HSV(B) 309.18º 0.84% 0.46% -
XYZ 9.97 5.21 13.05 -
YUV 57.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 117 19 102 0 0.84 0.13 0.54 309.18 0.72 0.27
Hex 75 13 66 0 54 D 36 135 48 1B
Octal 165 23 146 0 124 15 66 465 110 33
Binary 1110101 10011 1100110 0 1010100 1101 110110 100110101 1001000 11011

Color Harmonies of #751366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751366

Black with #751366

Text Example


Text Example

White with #751366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751366; }

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

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

background-color css

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

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

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

border-color css

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

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

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