Html Css Color HEX #671F5B Palatinate Purple

📋 copy color: '#671F5B'

red 103 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #671F5B

Tints of Palatinate Purple #671F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 45.78%
G = 13.78%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#671F5B (or 0x671F5B) is known color: Palatinate Purple. HEX triplet: 67, 1F and 5B. RGB value is (103,31,91). Sum of RGB (Red+Green+Blue) = 103+31+91=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #671F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F5B is #98E0A4. Grayscale: #3B3B3B. Windows color (decimal): -10018981 or 5971815. OLE color: 5971815.

HSL color Cylindrical-coordinate representation of color #671F5B: hue angle of 310º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F5B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 91 -
CMYK 0 0.70 0.12 0.60
HSL 310º 0.54% 0.26% -
HSV(B) 310º 0.7% 0.4% -
XYZ 7.97 4.62 10.37 -
YUV 59.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 103 31 91 0 0.70 0.12 0.60 310 0.54 0.26
Hex 67 1F 5B 0 46 C 3C 136 36 1A
Octal 147 37 133 0 106 14 74 466 66 32
Binary 1100111 11111 1011011 0 1000110 1100 111100 100110110 110110 11010

Color Harmonies of #671F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F5B

Black with #671F5B

Text Example


Text Example

White with #671F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F5B; }

 p { color: rgb(103,31,91); }

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

background-color css

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

 a { background-color: rgb(103,31,91); }

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

border-color css

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

 span { border-color: rgb(103,31,91); }

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