Html Css Color HEX #672552 Palatinate Purple

📋 copy color: '#672552'

red 103 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #672552

Tints of Palatinate Purple #672552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 46.4%
G = 16.67%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#672552 (or 0x672552) is known color: Palatinate Purple. HEX triplet: 67, 25 and 52. RGB value is (103,37,82). Sum of RGB (Red+Green+Blue) = 103+37+82=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #672552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672552 is #98DAAD. Grayscale: #3D3D3D. Windows color (decimal): -10017454 or 5383527. OLE color: 5383527.

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

Color convert

RGB 103 37 82 -
CMYK 0 0.64 0.20 0.60
HSL 319.09º 0.47% 0.27% -
HSV(B) 319.09º 0.64% 0.4% -
XYZ 7.78 4.82 8.5 -
YUV 61.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 103 37 82 0 0.64 0.20 0.60 319.09 0.47 0.27
Hex 67 25 52 0 40 14 3C 13F 2F 1B
Octal 147 45 122 0 100 24 74 477 57 33
Binary 1100111 100101 1010010 0 1000000 10100 111100 100111111 101111 11011

Color Harmonies of #672552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672552

Black with #672552

Text Example


Text Example

White with #672552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672552; }

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

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

background-color css

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

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

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

border-color css

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

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

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