Html Css Color HEX #751768 Palatinate Purple

📋 copy color: '#751768'

red 117 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #751768

Tints of Palatinate Purple #751768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 47.95%
G = 9.43%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#751768 (or 0x751768) is known color: Palatinate Purple. HEX triplet: 75, 17 and 68. RGB value is (117,23,104). Sum of RGB (Red+Green+Blue) = 117+23+104=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #751768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751768 is #8AE897. Grayscale: #3C3C3C. Windows color (decimal): -9103512 or 6821749. OLE color: 6821749.

HSL color Cylindrical-coordinate representation of color #751768: hue angle of 308.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751768 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 104 -
CMYK 0 0.80 0.11 0.54
HSL 308.3º 0.67% 0.27% -
HSV(B) 308.3º 0.8% 0.46% -
XYZ 10.14 5.39 13.6 -
YUV 60.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 117 23 104 0 0.80 0.11 0.54 308.3 0.67 0.27
Hex 75 17 68 0 50 B 36 134 43 1B
Octal 165 27 150 0 120 13 66 464 103 33
Binary 1110101 10111 1101000 0 1010000 1011 110110 100110100 1000011 11011

Color Harmonies of #751768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751768

Black with #751768

Text Example


Text Example

White with #751768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751768; }

 p { color: rgb(117,23,104); }

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

background-color css

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

 a { background-color: rgb(117,23,104); }

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

border-color css

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

 span { border-color: rgb(117,23,104); }

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