Html Css Color HEX #751769 Palatinate Purple

📋 copy color: '#751769'

red 117 ◦ green 23 ◦ blue 105

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

Shades of Palatinate Purple #751769

Tints of Palatinate Purple #751769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 47.76%
G = 9.39%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#751769 (or 0x751769) is known color: Palatinate Purple. HEX triplet: 75, 17 and 69. RGB value is (117,23,105). Sum of RGB (Red+Green+Blue) = 117+23+105=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #751769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751769 is #8AE896. Grayscale: #3C3C3C. Windows color (decimal): -9103511 or 6887285. OLE color: 6887285.

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

Color convert

RGB 117 23 105 -
CMYK 0 0.80 0.10 0.54
HSL 307.66º 0.67% 0.27% -
HSV(B) 307.66º 0.8% 0.46% -
XYZ 10.19 5.41 13.87 -
YUV 60.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 117 23 105 0 0.80 0.10 0.54 307.66 0.67 0.27
Hex 75 17 69 0 50 A 36 134 43 1B
Octal 165 27 151 0 120 12 66 464 103 33
Binary 1110101 10111 1101001 0 1010000 1010 110110 100110100 1000011 11011

Color Harmonies of #751769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751769

Black with #751769

Text Example


Text Example

White with #751769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751769; }

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

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

background-color css

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

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

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

border-color css

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

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

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