Html Css Color HEX #672663 Palatinate Purple

📋 copy color: '#672663'

red 103 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #672663

Tints of Palatinate Purple #672663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 42.92%
G = 15.83%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#672663 (or 0x672663) is known color: Palatinate Purple. HEX triplet: 67, 26 and 63. RGB value is (103,38,99). Sum of RGB (Red+Green+Blue) = 103+38+99=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #672663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672663 is #98D99C. Grayscale: #404040. Windows color (decimal): -10017181 or 6497895. OLE color: 6497895.

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

Color convert

RGB 103 38 99 -
CMYK 0 0.63 0.04 0.60
HSL 303.69º 0.46% 0.28% -
HSV(B) 303.69º 0.63% 0.4% -
XYZ 8.54 5.17 12.35 -
YUV 64.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 103 38 99 0 0.63 0.04 0.60 303.69 0.46 0.28
Hex 67 26 63 0 3F 4 3C 130 2E 1C
Octal 147 46 143 0 77 4 74 460 56 34
Binary 1100111 100110 1100011 0 111111 100 111100 100110000 101110 11100

Color Harmonies of #672663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672663

Black with #672663

Text Example


Text Example

White with #672663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672663; }

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

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

background-color css

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

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

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

border-color css

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

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

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