Html Css Color HEX #751765 Palatinate Purple

📋 copy color: '#751765'

red 117 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #751765

Tints of Palatinate Purple #751765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 48.55%
G = 9.54%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#751765 (or 0x751765) is known color: Palatinate Purple. HEX triplet: 75, 17 and 65. RGB value is (117,23,101). Sum of RGB (Red+Green+Blue) = 117+23+101=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #751765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751765 is #8AE89A. Grayscale: #3B3B3B. Windows color (decimal): -9103515 or 6625141. OLE color: 6625141.

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

Color convert

RGB 117 23 101 -
CMYK 0 0.80 0.14 0.54
HSL 310.21º 0.67% 0.27% -
HSV(B) 310.21º 0.8% 0.46% -
XYZ 9.99 5.33 12.81 -
YUV 60 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 117 23 101 0 0.80 0.14 0.54 310.21 0.67 0.27
Hex 75 17 65 0 50 E 36 136 43 1B
Octal 165 27 145 0 120 16 66 466 103 33
Binary 1110101 10111 1100101 0 1010000 1110 110110 100110110 1000011 11011

Color Harmonies of #751765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751765

Black with #751765

Text Example


Text Example

White with #751765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751765; }

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

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

background-color css

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

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

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

border-color css

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

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

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