Html Css Color HEX #672463 Palatinate Purple

📋 copy color: '#672463'

red 103 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #672463

Tints of Palatinate Purple #672463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 43.28%
G = 15.13%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#672463 (or 0x672463) is known color: Palatinate Purple. HEX triplet: 67, 24 and 63. RGB value is (103,36,99). Sum of RGB (Red+Green+Blue) = 103+36+99=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #672463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672463 is #98DB9C. Grayscale: #3F3F3F. Windows color (decimal): -10017693 or 6497383. OLE color: 6497383.

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

Color convert

RGB 103 36 99 -
CMYK 0 0.65 0.04 0.60
HSL 303.58º 0.48% 0.27% -
HSV(B) 303.58º 0.65% 0.4% -
XYZ 8.48 5.05 12.33 -
YUV 63.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 103 36 99 0 0.65 0.04 0.60 303.58 0.48 0.27
Hex 67 24 63 0 41 4 3C 130 30 1B
Octal 147 44 143 0 101 4 74 460 60 33
Binary 1100111 100100 1100011 0 1000001 100 111100 100110000 110000 11011

Color Harmonies of #672463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672463

Black with #672463

Text Example


Text Example

White with #672463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672463; }

 p { color: rgb(103,36,99); }

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

background-color css

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

 a { background-color: rgb(103,36,99); }

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

border-color css

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

 span { border-color: rgb(103,36,99); }

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