Html Css Color HEX #671464 Palatinate Purple

📋 copy color: '#671464'

red 103 ◦ green 20 ◦ blue 100

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

Shades of Palatinate Purple #671464

Tints of Palatinate Purple #671464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 46.19%
G = 8.97%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#671464 (or 0x671464) is known color: Palatinate Purple. HEX triplet: 67, 14 and 64. RGB value is (103,20,100). Sum of RGB (Red+Green+Blue) = 103+20+100=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #671464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671464 is #98EB9B. Grayscale: #353535. Windows color (decimal): -10021788 or 6558823. OLE color: 6558823.

HSL color Cylindrical-coordinate representation of color #671464: hue angle of 302.17º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671464 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 100 -
CMYK 0 0.81 0.03 0.60
HSL 302.17º 0.67% 0.24% -
HSV(B) 302.17º 0.81% 0.4% -
XYZ 8.14 4.3 12.46 -
YUV 53.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 103 20 100 0 0.81 0.03 0.60 302.17 0.67 0.24
Hex 67 14 64 0 51 3 3C 12E 43 18
Octal 147 24 144 0 121 3 74 456 103 30
Binary 1100111 10100 1100100 0 1010001 11 111100 100101110 1000011 11000

Color Harmonies of #671464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671464

Black with #671464

Text Example


Text Example

White with #671464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671464; }

 p { color: rgb(103,20,100); }

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

background-color css

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

 a { background-color: rgb(103,20,100); }

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

border-color css

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

 span { border-color: rgb(103,20,100); }

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