Html Css Color HEX #671364 Palatinate Purple

📋 copy color: '#671364'

red 103 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #671364

Tints of Palatinate Purple #671364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 46.4%
G = 8.56%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#671364 (or 0x671364) is known color: Palatinate Purple. HEX triplet: 67, 13 and 64. RGB value is (103,19,100). Sum of RGB (Red+Green+Blue) = 103+19+100=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #671364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671364 is #98EC9B. Grayscale: #353535. Windows color (decimal): -10022044 or 6558567. OLE color: 6558567.

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

Color convert

RGB 103 19 100 -
CMYK 0 0.82 0.03 0.60
HSL 302.14º 0.69% 0.24% -
HSV(B) 302.14º 0.82% 0.4% -
XYZ 8.13 4.27 12.45 -
YUV 53.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 103 19 100 0 0.82 0.03 0.60 302.14 0.69 0.24
Hex 67 13 64 0 52 3 3C 12E 45 18
Octal 147 23 144 0 122 3 74 456 105 30
Binary 1100111 10011 1100100 0 1010010 11 111100 100101110 1000101 11000

Color Harmonies of #671364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671364

Black with #671364

Text Example


Text Example

White with #671364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671364; }

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

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

background-color css

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

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

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

border-color css

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

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

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