Html Css Color HEX #672564 Palatinate Purple

📋 copy color: '#672564'

red 103 ◦ green 37 ◦ blue 100

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

Shades of Palatinate Purple #672564

Tints of Palatinate Purple #672564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 42.92%
G = 15.42%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#672564 (or 0x672564) is known color: Palatinate Purple. HEX triplet: 67, 25 and 64. RGB value is (103,37,100). Sum of RGB (Red+Green+Blue) = 103+37+100=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #672564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672564 is #98DA9B. Grayscale: #3F3F3F. Windows color (decimal): -10017436 or 6563175. OLE color: 6563175.

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

Color convert

RGB 103 37 100 -
CMYK 0 0.64 0.03 0.60
HSL 302.73º 0.47% 0.27% -
HSV(B) 302.73º 0.64% 0.4% -
XYZ 8.56 5.13 12.6 -
YUV 63.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 103 37 100 0 0.64 0.03 0.60 302.73 0.47 0.27
Hex 67 25 64 0 40 3 3C 12F 2F 1B
Octal 147 45 144 0 100 3 74 457 57 33
Binary 1100111 100101 1100100 0 1000000 11 111100 100101111 101111 11011

Color Harmonies of #672564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672564

Black with #672564

Text Example


Text Example

White with #672564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672564; }

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

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

background-color css

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

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

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

border-color css

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

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

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