Html Css Color HEX #672558 Palatinate Purple

📋 copy color: '#672558'

red 103 ◦ green 37 ◦ blue 88

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

Shades of Palatinate Purple #672558

Tints of Palatinate Purple #672558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 45.18%
G = 16.23%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#672558 (or 0x672558) is known color: Palatinate Purple. HEX triplet: 67, 25 and 58. RGB value is (103,37,88). Sum of RGB (Red+Green+Blue) = 103+37+88=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #672558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672558 is #98DAA7. Grayscale: #3E3E3E. Windows color (decimal): -10017448 or 5776743. OLE color: 5776743.

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

Color convert

RGB 103 37 88 -
CMYK 0 0.64 0.15 0.60
HSL 313.64º 0.47% 0.27% -
HSV(B) 313.64º 0.64% 0.4% -
XYZ 8.02 4.91 9.76 -
YUV 62.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 103 37 88 0 0.64 0.15 0.60 313.64 0.47 0.27
Hex 67 25 58 0 40 F 3C 13A 2F 1B
Octal 147 45 130 0 100 17 74 472 57 33
Binary 1100111 100101 1011000 0 1000000 1111 111100 100111010 101111 11011

Color Harmonies of #672558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672558

Black with #672558

Text Example


Text Example

White with #672558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672558; }

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

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

background-color css

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

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

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

border-color css

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

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

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