Html Css Color HEX #751567 Palatinate Purple

📋 copy color: '#751567'

red 117 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #751567

Tints of Palatinate Purple #751567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 48.55%
G = 8.71%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#751567 (or 0x751567) is known color: Palatinate Purple. HEX triplet: 75, 15 and 67. RGB value is (117,21,103). Sum of RGB (Red+Green+Blue) = 117+21+103=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #751567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751567 is #8AEA98. Grayscale: #3A3A3A. Windows color (decimal): -9104025 or 6755701. OLE color: 6755701.

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

Color convert

RGB 117 21 103 -
CMYK 0 0.82 0.12 0.54
HSL 308.75º 0.7% 0.27% -
HSV(B) 308.75º 0.82% 0.46% -
XYZ 10.05 5.3 13.32 -
YUV 59.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 117 21 103 0 0.82 0.12 0.54 308.75 0.7 0.27
Hex 75 15 67 0 52 C 36 135 46 1B
Octal 165 25 147 0 122 14 66 465 106 33
Binary 1110101 10101 1100111 0 1010010 1100 110110 100110101 1000110 11011

Color Harmonies of #751567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751567

Black with #751567

Text Example


Text Example

White with #751567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751567; }

 p { color: rgb(117,21,103); }

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

background-color css

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

 a { background-color: rgb(117,21,103); }

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

border-color css

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

 span { border-color: rgb(117,21,103); }

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