Html Css Color HEX #751866 Palatinate Purple

📋 copy color: '#751866'

red 117 ◦ green 24 ◦ blue 102

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

Shades of Palatinate Purple #751866

Tints of Palatinate Purple #751866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 48.15%
G = 9.88%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751866 (or 0x751866) is known color: Palatinate Purple. HEX triplet: 75, 18 and 66. RGB value is (117,24,102). Sum of RGB (Red+Green+Blue) = 117+24+102=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #751866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751866 is #8AE799. Grayscale: #3C3C3C. Windows color (decimal): -9103258 or 6690933. OLE color: 6690933.

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

Color convert

RGB 117 24 102 -
CMYK 0 0.79 0.13 0.54
HSL 309.68º 0.66% 0.28% -
HSV(B) 309.68º 0.79% 0.46% -
XYZ 10.06 5.39 13.08 -
YUV 60.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 117 24 102 0 0.79 0.13 0.54 309.68 0.66 0.28
Hex 75 18 66 0 4F D 36 136 42 1C
Octal 165 30 146 0 117 15 66 466 102 34
Binary 1110101 11000 1100110 0 1001111 1101 110110 100110110 1000010 11100

Color Harmonies of #751866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751866

Black with #751866

Text Example


Text Example

White with #751866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751866; }

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

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

background-color css

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

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

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

border-color css

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

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

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