Html Css Color HEX #761567 Palatinate Purple

📋 copy color: '#761567'

red 118 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #761567

Tints of Palatinate Purple #761567

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

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

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

R = 48.76%
G = 8.68%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761567 (or 0x761567) is known color: Palatinate Purple. HEX triplet: 76, 15 and 67. RGB value is (118,21,103). Sum of RGB (Red+Green+Blue) = 118+21+103=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761567 is #89EA98. Grayscale: #3B3B3B. Windows color (decimal): -9038489 or 6755702. OLE color: 6755702.

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

Color convert

RGB 118 21 103 -
CMYK 0 0.82 0.13 0.54
HSL 309.28º 0.7% 0.27% -
HSV(B) 309.28º 0.82% 0.46% -
XYZ 10.19 5.37 13.33 -
YUV 59.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 118 21 103 0 0.82 0.13 0.54 309.28 0.7 0.27
Hex 76 15 67 0 52 D 36 135 46 1B
Octal 166 25 147 0 122 15 66 465 106 33
Binary 1110110 10101 1100111 0 1010010 1101 110110 100110101 1000110 11011

Color Harmonies of #761567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761567

Black with #761567

Text Example


Text Example

White with #761567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761567; }

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

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

background-color css

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

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

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

border-color css

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

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

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