Html Css Color HEX #671558 Palatinate Purple

📋 copy color: '#671558'

red 103 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #671558

Tints of Palatinate Purple #671558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 48.58%
G = 9.91%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#671558 (or 0x671558) is known color: Palatinate Purple. HEX triplet: 67, 15 and 58. RGB value is (103,21,88). Sum of RGB (Red+Green+Blue) = 103+21+88=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #671558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671558 is #98EAA7. Grayscale: #343434. Windows color (decimal): -10021544 or 5772647. OLE color: 5772647.

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

Color convert

RGB 103 21 88 -
CMYK 0 0.80 0.15 0.60
HSL 310.98º 0.66% 0.24% -
HSV(B) 310.98º 0.8% 0.4% -
XYZ 7.62 4.12 9.63 -
YUV 53.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 103 21 88 0 0.80 0.15 0.60 310.98 0.66 0.24
Hex 67 15 58 0 50 F 3C 137 42 18
Octal 147 25 130 0 120 17 74 467 102 30
Binary 1100111 10101 1011000 0 1010000 1111 111100 100110111 1000010 11000

Color Harmonies of #671558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671558

Black with #671558

Text Example


Text Example

White with #671558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671558; }

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

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

background-color css

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

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

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

border-color css

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

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

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