Html Css Color HEX #671559 Palatinate Purple

📋 copy color: '#671559'

red 103 ◦ green 21 ◦ blue 89

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

Shades of Palatinate Purple #671559

Tints of Palatinate Purple #671559

RGB

 RED value IS 103 (40.63% from 255) = 48.36%

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

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 48.36%
G = 9.86%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#671559 (or 0x671559) is known color: Palatinate Purple. HEX triplet: 67, 15 and 59. RGB value is (103,21,89). Sum of RGB (Red+Green+Blue) = 103+21+89=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #671559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671559 is #98EAA6. Grayscale: #353535. Windows color (decimal): -10021543 or 5838183. OLE color: 5838183.

HSL color Cylindrical-coordinate representation of color #671559: hue angle of 310.24º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671559 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 89 -
CMYK 0 0.80 0.14 0.60
HSL 310.24º 0.66% 0.24% -
HSV(B) 310.24º 0.8% 0.4% -
XYZ 7.66 4.14 9.85 -
YUV 53.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 103 21 89 0 0.80 0.14 0.60 310.24 0.66 0.24
Hex 67 15 59 0 50 E 3C 136 42 18
Octal 147 25 131 0 120 16 74 466 102 30
Binary 1100111 10101 1011001 0 1010000 1110 111100 100110110 1000010 11000

Color Harmonies of #671559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671559

Black with #671559

Text Example


Text Example

White with #671559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671559; }

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

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

background-color css

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

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

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

border-color css

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

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

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